.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 16px;
  border: 1.5px solid #00819d;
  height: 16px;
  margin: 0px 8px;
  background-color: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #00819d;
}
