.fc-slider-wrapper .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-slider-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #E5E3E4;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fc-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #201F1A;
}