/* =====================
   SWIPER / CAROUSEL
===================== */

.carousel-item {
  height: auto;
  width: 210px;
}

.mySwiper {
  width: 100%;
  height: 155px;
  flex-direction: row!important;
}

.swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.swiper-slide img {
  height: 100px;
  width: 150px;
  object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
  color: #3f3f3f;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 10px!important;
}

