/* =========================================
   GOVERNMENT RESPONSIVE
========================================= */

@media (max-width:1200px){

    .govt-grid{

        grid-template-columns:repeat(2,1fr);

        gap:25px;

    }

}

@media (max-width:768px){

    .govt-section{

        padding:80px 0;

    }

    .govt-heading{

        margin-bottom:45px;

    }

    .govt-heading h2{

        font-size:34px;

    }

    .govt-heading p{

        font-size:16px;

    }

    .govt-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

}

@media (max-width:480px){

    .govt-heading h2{

        font-size:28px;

    }

    .govt-heading p{

        font-size:15px;

    }

    .govt-card{

        padding:25px 20px;

    }

    .govt-card img{

        max-width:90px;

        height:70px;

    }

    .govt-card h3{

        font-size:18px;

    }

}