span.swiper-pagination-bullet {
  background: #fff;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-slide {
  max-height: 600px;
}