.swiper-button-next::after, .swiper-button-prev::after {
  color: #FFFFFF;
  opacity: 85%;
  font-family: "bootstrap-icons" !important;
}

.swiper-button-next::after {
  content: "\F27B" !important;
}

.swiper-button-prev::after {
  content: "\F27A" !important;
}

.swiper-pagination {
  text-align: right !important;
  padding-right: 15px;
}

.swiper-pagination-bullet {
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
}
