.banner-after-content {
  padding: 15px;
  box-sizing: border-box;
}

.swiper {
  width: 100%;
  height: 580px;
  margin-top: 43.75px;
}

.swiper-slide {
  text-align: center;
  display: flex;
  width: 361px !important;
  justify-content: center;
  align-items: center;
  height: 528px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 1600px) {
  .swiper-slide {
    width: 316px !important;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 528px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 5.8px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #38b8c3;
}

@media (max-width: 767px) {
  header .banner-text {
    width: 90%;
    left: 50% !important;
    top: 25%;
  }
  header .banner-text div {
    line-height: normal;
    font-size: 5.06667vw;
  }
  header .banner-text p {
    width: 100px !important;
  }
  .swiper {
    height: 200px;
  }
  .swiper-slide {
    width: 26.66667vw !important;
    height: 36vw;
  }
  .swiper-slide img {
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
