@media (max-width: 1024px) {
  
    section .abt-para h2{
    font-size:25px;
  }
  
  section.about-us .about-image-sec img {
    width: 455px;
}

}


@media (max-width: 980px){
  .about-image-sec {
    width: 100%;

}
  
      .about-image-sec {
        margin-bottom: 30px;
    }
}



@media (max-width: 540px){
  section.about-us .about-image-sec .abt-img1 {
    margin: 0;
}
      section.about-us .about-image-sec img {
        width: 100%;
    }
  
  section.about-us .about-image-sec .abt-img1 {
   padding-bottom:30px;
   width: 100%;
}
  section.about-us .about-image-sec .abt-img2 {
    margin: 0;
}
  section.about-us {
    padding-top: 40px;
}
  section.cta .content {
    width: 100%;
    padding: 30px;
  
}
  
}







