.swiper {
  margin-top: 63px;
}
@media (max-width: 768px) {
  .swiper {
    margin-top: 0;
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: #cfcfcf;
}
@media (max-width: 580px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px;
  }
}

.swiper-pagination-bullet-active {
  background: #cfcfcf;
}

.swiper-wrapper {
  text-align: center;
}/*# sourceMappingURL=swiper.css.map */