

@media (max-width: 1024px){
    section.common-services{
    padding-top: 80px;
    padding-bottom: 80px;
    }
}


@media (max-width: 980px){
    section.cta .content {
        width: 100%;
    }
    section.common-services h1 {
        font-size: var(--f40) !important;
    }
}

@media (max-width: 540px){

    .experience {
        padding: 30px 12px;
        padding-bottom: 30px;
    }
    section.common-services .col-12 .container{
        padding: 0;
        
    }
    section.common-services .container{
        padding: 0;
        
    }
    .feature{
        margin: 0;
    }
    section.common-services {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.common-services h1 {
        font-size: var(--f28) !important;
    }

    section.cta .content {
        width: 100%;
        padding: 20px;
    }
    section.cta .content p {
     margin-bottom: 0;
    }
    section.cta .head-sec h2 {
        font-size: 25px;
  
    }
    .upper-img{
        width: 100%;
        height: 300px;
    }

    section.common-services .upper-section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    section.common-services .upper-content{
        width: 100%;
        padding-top: 40px;
    }
   section.common-services{
    padding: 0;
   }

   section.common-services h1{
    margin-top: 28px;
   }

   section.cta{
    margin-top: 40px !important;
   }

   section.cta .content {
    width: 100% !important;
   }

   section.cta .head-sec h2 {
    font-size: var(--f28) !important;    
}

.experience h2 {
    margin-bottom: 30px;
}

}


