/* =====================================================
 BUSINESSES & INDUSTRIES WE SUPPORT V3.8
 START
===================================================== */

.industries-support-section{

    padding:55px 0;

    background:#F7F9FC;

}


.industries-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 35px;

}


.industries-heading h2{

    color:#0B4F9C;

    font-family:'Poppins',sans-serif;

    font-size:32px;

    margin-bottom:12px;

}


.industries-heading p{

    color:#5F6B7A;

    font-size:17px;

    line-height:1.6;

}


.industries-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}


.industry-card{

    background:#FFFFFF;

    border:1px solid #D9E8F6;

    border-radius:18px;

    padding:28px 22px;

    box-shadow:0 8px 22px rgba(0,0,0,.04);

}


.industry-icon{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#EEF7FF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-bottom:15px;

}


.industry-card h3{

    color:#0B4F9C;

    font-family:'Poppins',sans-serif;

    font-size:19px;

    line-height:1.35;

}


.industry-card p{

    color:#5F6B7A;

    line-height:1.5;

    font-size:15px;

}


.industry-card ul{

    padding-left:18px;

    color:#5F6B7A;

    font-size:14px;

    line-height:1.7;

}


.industry-card a{

    color:#0B4F9C;

    font-weight:700;

    text-decoration:none;

}


@media(max-width:900px){

    .industries-grid{

        grid-template-columns:1fr 1fr;

    }

}


@media(max-width:600px){

    .industries-grid{

        grid-template-columns:1fr;

    }

}


/* =====================================================
 BUSINESSES & INDUSTRIES WE SUPPORT END
===================================================== */
