@media screen and (max-width: 500px) {
    .container-fluid{
        padding: 0 10px;
        margin: 0;
    }
    header .container-fluid{
        padding: 0px !important;
        margin: 0px !important;
    }
  .navbar-brand img{
    width: 190px !important;
  }
  .testimonial {
    .description {
    font-size: 13px;
    left: 105px;
    top: 10%;
  }
  .quote-icon{
    display: none;
  }
  }

  .img-main-part {
    height: 185px;
    overflow: hidden;
}
.product-name a {
    font-weight: 400;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 0px;
  }
  .product-name{
    height: auto;
  }
.product-item{
  height: auto;
}
}