@media(max-width:768px){
   html , body{
      overflow-x:hidden;
   }
    .trust-strip .strip-items{
        display:flex;
        flex-direction:column;
        align-items: stretch;
    }
     .trust-strip .strip-item {
        gap: 16px;
     }
     .products-page .product-card .pc-btn{
        text-align: center;
     }
     .about-quality .cert-badges .who-gmp{
      padding: 14px 30px;
     }
     .about-quality .cert-badges .who-gmpp{
      padding: 14px 34px;
     }
     .about-hero .about-hero-visual{
      justify-content: center;
     }
     
     .contact-info-box{
    margin-top:14px;}
}


