@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: 0;
        float: none;
        margin-left: 0;
    }
}



@media (max-width: 540px){
  section.about-us .about-image-sec .abt-img1 {
    margin: 0;
}
      section.about-us .about-image-sec img {
        width: 100%;
        height: 300px;
        border-radius: 15px;
    }
  
  section.about-us .about-image-sec .abt-img1 {
   padding-bottom: 25px;
   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;
  
}
  
}







