
.banner .swiper-pagination {
  bottom: 1.5rem;
}

.banner .swiper-pagination-bullet {
  background: #0e6552;
  opacity: 0.2;
  width: .825rem;
  height: .825rem;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 15px;
  }