.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-radius: 100px;
  background-color: #017582;
}
.swiper-pagination-bullet{
  transition: ease all 0.3s;
}


.swiper-button-prev,
.swiper-button-next {
  width: 24px;
  height: 24px;
  background-color: #00000063;
  border-radius: 50%;
  top: 40%;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}