#brandItemsOnMain {
  display: flex;
}
.brandsSlider .brandItem {
  display: flex;
  height: auto;
}
.brandsSlider .brandItem a{
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #fff;
}
.brandsSlider .brandItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}