/* .brands-carousel l{
  background: #EEE;
} */

.brands-carousel .flickity-viewport {
  height: clamp(58px,7.143vw,80px);
}

.brands-carousel  {
  display: flex;
  justify-content: center;
  
}

.brands-carousel .brands-carousel-cell  {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.brands-carousel .brands-carousel-cell a {
  display: flex;
}

.brands-carousel .brands-carousel-cell img  {
  height: clamp(58px,5.714vw,80px);
  width: auto;
  object-fit: contain;
}

.brands-carousel.flickity-enabled {
  display: block;
}

.brands-carousel-cell {
  padding: 25px;
  text-align: center;
  width: 50%; /* default: 2 per row (mobile) */
}

@media (min-width: 574px) {
  .brands-carousel-cell {
    width: 50%; /* 4 per row (tablet) */
  }
}



@media (min-width: 768px) {
  .brands-carousel-cell {
    width: 33.33%; /* 4 per row (tablet) */
  }
}

@media (min-width: 992px) {
  .brands-carousel-cell {
    width: 25%; /* 4 per row (tablet) */
  }
}

@media (min-width: 1024px) {
  .brands-carousel-cell {
    width: 20%; /* 6 per row (desktop) */
  }
}

@media (min-width: 1200px) {
  .brands-carousel-cell {
    width: 16.66%; /* 6 per row (desktop) */
  }
}