        .brands-carousel img {
            max-height: 80px !important;
            width: auto !important;
        }
        @media (max-width: 767px) {
  .brands-carousel img {
    max-height: 100px !important;
    width: auto !important;
  }
}