/*==========================
SERVICES
==========================*/

@media(max-width:991px){

    .services-section{

        padding:70px 0;

    }

    .section-title{

        font-size:2.1rem;

    }

}

@media(max-width:576px){

    .section-title{

        font-size:1.8rem;

    }

    .service-card{

        padding:28px;

    }

}
/*==========================
ABOUT
==========================*/

@media(max-width:991px){

    .about-section{

        padding:70px 0;

    }

    .about-image{

        margin-bottom:20px;

    }

}
/*==========================
WHY CHOOSE US
==========================*/

@media(max-width:991px){

    .why-us-section{

        padding:70px 0;

    }

}

@media(max-width:576px){

    .why-card{

        padding:30px 25px;

    }

}
/*========================
PROJECTS
========================*/

@media(max-width:991px){

.project-card img{

height:250px;

}

}

@media(max-width:576px){

.project-card img{

height:220px;

}

}