@media only screen and (max-width: 767px) {

    .pre-item-left p {
        font-size: 13px;
    }
  
    .carousel-item img{
      height: 152px;
    }
    .product-card{
      width: 280px;
      margin: auto;
    }
    .section-gap {
      padding: 30px 0;
  }
  .about-content p{
    padding:0 12px;
  }
  .about-content h2 {
    padding: 0 12px;
  }
  .about-right img{
    width: 100%;
    height: 400;
  }
  .manufacture-info {
    padding: 12px 0;
  }
 .pre-item-left{
  margin-bottom: -13px;
 }
 .title{
  font-size: 24px;
 }
 .sub{
  font-size: 14px;
 }
 .about-content h2{
  font-size: 22px;
 }
 .about-content p{
  font-size: 13px;
 }
 .lead{
  font-size: 13px;
 }
 .clients-banner img{
      height:180px;
 }
 .about-banner img{
     height:180px;
 }
 .banner img{
   height:180px !important;  
 }
 .contact-banner img{
      height:180px;
 }
}