/*==================================================
TRUSTED
==================================================*/

.trusted{

    padding:120px 0;

    background:#fff;

}

.section-heading{

    text-align:center;

    max-width:720px;

    margin:0 auto 70px;

}

.section-tag{

    display:inline-block;

    padding:10px 18px;

    background:#eef2ff;

    color:#2563eb;

    border-radius:999px;

    font-size:14px;

    font-weight:700;

}

.section-heading h2{

    margin-top:20px;

    font-size:48px;

    font-weight:900;

    letter-spacing:-1px;

}

.section-heading p{

    margin-top:18px;

    color:#64748b;

    font-size:20px;

}

.logo-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:24px;

}

.logo-card{

    height:110px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:22px;

    font-size:22px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.04);

}

.logo-card:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

    box-shadow:0 30px 60px rgba(37,99,235,.15);

}