.swiper {
  width: 100%;
  height: 600px;
  overflow: visible !important;
}

@media (max-width: 1200px) {
  .swiper {
    height: 400px;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: auto !important;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-content {
  height: 100% !important;
}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-button-next {
  right: -40px;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #000b75;
  font-weight: bold;
}

@media (max-width: 768px) {
  .swiper {
    height: auto;
  }
}

@media (max-width: 800px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
