
@media (max-width: 980px) {


  section.Blog-details .cont h2{
    font-size: 45px;
  }

  .about-cont h2 {
    font-size: 45px;
}
  
 section.about-us-sec .about-images .second-img {
    width: 100%;
    height: 400px;
    position: static;
    transform: translateY(0);
    object-fit: cover;
    padding: 24px;
    }
  
  .about-cont {
    width: 100%;
   }
  
  section.about-us-sec .about-us-cont {
    padding: 24px;
   }
  
  .about-cont .abtlirow {
    height: 230px;
    overflow: hidden;
   }
  
  section.about-us-sec {
    padding-top: 40px;
  }
  
}


   @media (max-width: 540px) {

     .about-cont h2 {
    font-size: 32px;
}
    section.about-us-sec {
        padding-top: 20px;
    }
     
     section.about-us-sec .about-images .second-img {
        height: 300px;
        padding-bottom: 0;

        }

     .about-cont .abtlirow {
        height: 245px;
        }
     
     
   }
     
     
     
     
     
     
     
     
     
     
     