/* =========================================
   GOVT SECTION
========================================= */

.govt-section{

    padding:100px 0;

    background:#f8fbff;

}

.govt-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;

}

.govt-heading span{

    display:inline-block;

    background:#e6f0ff;

    color:#0d5bff;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.govt-heading h2{

    font-family:'Manrope',sans-serif;

    font-size:56px;

    font-weight:600;

    color:#002147;

    line-height:1.2;

    margin-bottom:20px;

}

.govt-heading p{

    font-size:18px;

    line-height:1.8;

    color:#666666;

    max-width:700px;

    margin:auto;

}

/* =========================================
   GRID
========================================= */

.govt-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}