.swiper-pagination-bullet-active {
 background: rgb(75, 75, 75);
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  right: 0;
  width: 33px;
  height: 33px;
  background-color: rgb(75, 75, 75);
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after {
  margin-right: 5.5px;
  width: 11px;
  height: 11px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
