.brand-swiper, .brand-swiper .swiper-wrapper {
  width: 100%;
  padding: 20px 0px;
}

.brand-swiper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
}

.brand-swiper .swiper-slide div {
  width: 170px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-swiper img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}



@media screen and (max-width: 768px) {
  .brand-swiper, .brand-swiper .swiper-wrapper {
    padding: 20px 0px;
  }
.brand-swiper .swiper-slide {
  height: 110px;
}

.brand-swiper .swiper-slide div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
}