.banner .swiper-slide {
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  background-color: #10212a;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}
.banner .swiper-pagination-bullet-active {
  background-color: #ffcf18;
}
@media (max-width: 767.98px) {
  .banner .swiper-container {
    padding-bottom: 30px;
  }
}
