.swiper {
  width: 100%;
  max-width: 1240px;
  height: 700px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after, .swiper-button-next::after  {
  color: #1D9DDD;
}

@media(max-width: 992px) {
  .swiper {
    height: 100%;
  }
}

@media(max-width: 576px) {
  .swiper-button-prev::after, .swiper-button-next::after  {
    color: #1d9ddd41;
  }
}

