@media (min-width: 600px) {
  .brands-list__slider-wrap .slider-item {
    width: 50%;
  }
}

.brands-list__image-wrapper {
  max-width: 150px;
  height: 50px;
}

.brands-list__image-bg + .brands-list__image-wrapper {
  background-color: #fff;
  box-sizing: content-box;
}
