.brands-carousel .splide__slide {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 241, 241, 0.5);
  width: 21.5rem;
  height: 14rem;
  padding: 1rem;
}
.brands-carousel .splide__slide.is-visible {
  display: flex !important;
}
.brands-carousel .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
