
@media (max-width: 1024px) {
  section.ready-form{
    padding-bottom: 80px;
    padding-top: 80px;
  }
  section.about-content{
        padding-bottom: 80px;
  }
}
@media (max-width: 980px) {
  
  section.about-content .abt-cont{
    order:2;
    
  }
  
  section.about-content .abt-image{
    order:1;
    
  }
  
  section.about-content img{
    margin-bottom: 20px;
}
  section.about-content {
    padding-top: 60px;
    padding-bottom: 50px;
}
section.ready-form{
  padding-top: 60px;
  padding-bottom: 60px;
}
   
}

@media (max-width: 540px) {

  
  section.ready-form h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  
  section.about-content {
    padding-top: 40px;
     padding-bottom: 40px;
}
section.ready-form{
  padding-top: 40px;
  padding-bottom: 40px;
}

section.about-content.rev{
  padding-top: 40px;
  padding-bottom: 40px;
}
  

    .rev .row {
        flex-direction: row-reverse !important;
        gap: 30px;
    }
  
   section.about-content .col-12{
     padding:0;
     
     }
  
     section.about-content .row{
       gap: 10px;
     }
  
   section.about-content img {
    height: 250px;
   }
  
  section.about-content.rev .image-content {
    padding-right: 0;
}
  section.ready-form form .col-lg-6 {
    width: 100%;
}
  section.ready-form form .col-lg-3 {
    width: 100%;
}
  
}

