.brands {
  padding: 50px 5vw;
  width: fit-content;
  box-sizing: border-box;
  overflow-x: hidden;
  .swiper-brands {
    .swiper-wrapper {
      .swiper-slide {
        background: #ffffff;
        width: fit-content !important;
        img {
          width: 40vw;
          max-width: 300px;
          object-fit: contain;
        }
      }
    }
  }
}
