.sf-trust{

    padding:90px 0;

    background:#ffffff;

}

.sf-trust-card{

    background:#fff;

    border:1px solid #eef2f5;

    border-radius:22px;

    padding:35px 28px;

    text-align:center;

    transition:all .35s ease;

    height:100%;

    position:relative;

    overflow:hidden;

}

.sf-trust-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(
        90deg,
        #198754,
        #38c172
    );

    transform:scaleX(0);

    transition:.35s;

}

.sf-trust-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.sf-trust-card:hover::before{

    transform:scaleX(1);

}

.sf-trust-card i{

    font-size:42px;

    color:#198754;

    margin-bottom:22px;

    display:block;

}

.sf-trust-card h5{

    font-weight:700;

    margin-bottom:16px;

    color:#222;

}

.sf-trust-card p{

    color:#6c757d;

    line-height:1.8;

    margin-bottom:0;

}

@media(max-width:991px){

.sf-trust{

padding:70px 0;

}

}

@media(max-width:768px){

.sf-trust-card{

padding:28px 22px;

}

}
