@charset "UTF-8";
@media screen and (min-width:768px) {
.swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Pagination Styles */
.swiper-pagination {
  position: relative;
}

/* Bullets */
.swiper-pagination-bullet {
  margin-right: 8px;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
}