/*
|--------------------------------------------------------------------------
Why Trust
|--------------------------------------------------------------------------
*/

.why-trust{

    background:#ffffff;

}

.trust-card{

    padding:36px;

    border-radius:24px;

    background:#fafaf8;

    text-align:left;

    transition:.3s;

}

.trust-card:hover{

    transform:translateY(-8px);

}

.trust-icon{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:var(--color-primary);

    color:#fff;

    font-size:28px;

    margin-bottom:24px;

}

.trust-card h3{

    margin-bottom:16px;

}

.trust-card p{

    color:var(--color-text-light);

    line-height:1.7;

}