.slider__swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid black;
  opacity: 1;
  margin: 0 0.6rem !important;
}

.slider__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}

.slider__banner {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 834px) {
  .slider__banner {
    padding-bottom: 4rem;
    margin-bottom: 8rem;
  }
}
