.swiper-slide {
  height: auto !important;
}

.swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #33312d;
  border: 2px solid #f3f4ef;
  opacity: 0.5;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f3f4ef;
  opacity: 1;
}
