.buyer-trust{
    background:#f8f8f8;
}

.trust-box{
    background:#fff;
    padding:30px 20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.trust-box:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.trust-box i{
    font-size:42px;
    color:#198754;
    margin-bottom:15px;
    display:block;
}

.trust-box h6{
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    margin:0;
}

.btn-success{
    border-radius:50px;
    font-weight:600;
    padding:12px 35px;
}

/* How It Works Start */
.process-card{
    position:relative;
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
    border-color:var(--main-600);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.process-number{
    position:absolute;
    top:18px;
    right:20px;
    font-size:40px;
    font-weight:700;
    color:#e9ecef;
    line-height:1;
}

.process-icon{
    width:75px;
    height:75px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f5f8fb;
    display:flex;
    align-items:center;
    justify-content:center;
}

.process-icon i{
    font-size:34px;
    color:var(--main-600);
}

.process-card h5{
    margin-bottom:15px;
    font-weight:600;
}

.process-card p{
    color:#6c757d;
    margin-bottom:0;
    line-height:1.7;
}
 /* How It Works End */