.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: rgb(255, 252, 249) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #0f709a !important;
}
