/*================================
Template Name: Mercury
Author: Beno darry
Author website: http://codegama.com/
Version: 1.0
================================== */

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1440px) {}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .logo-box{
        grid-template-columns: repeat(4, 1fr)!important;
    }

    .resp-marg-btm-md{
        margin-bottom: 2em;
    }

    .our-expertise-logo-box{
        grid-template-columns: repeat(4, 1fr)!important;
    }

    .case-study-img{
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .banner-content h1{
        font-size: 3em;
    }
    .banner-img{
        width: 100%;
    }
    .logo-box {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .our-expertise-logo-box {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .sm-padding{
        padding: 2em 0;
    }
    .call-to-action-card-1{
        text-align: center;
    }
    .section-title h2{
        text-align: center;
    }
    .case-study-title{
        max-width: 100%;
    }
    .section-title {
        margin-bottom: 2em;
    }
    .our-expertise-img{
        height: 14em;
        margin-bottom: 1em;
    }
    .our-expertise-box{
        gap:1em;
        place-items: center;
        text-align: center;
    }
    .our-expertise-info-card p{
        font-size: 1em;
    }
    .our-expertise-info-card h4{
        font-size: 1.4em;
    }
    .our-expertise-info{
        text-align: center;
    }
    .section-title p{
        text-align: center;
    }  
    .banner-content{
        text-align: center;
    }  
    .header-nav-center {
        padding: 0.5em 0;
    }
    
}

@media (max-width: 575.98px) {}