.banner-wrap {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.banner-image-wrap img {
  width: 100%;
}

.banner-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: inherit;
  padding: 30px 30px;
  z-index: 1;
  background: transparent;
}

.banner-text .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
}

.banner-text .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.banner-text .btn-banner-cta {
  border: none;
}

@media screen and (max-width: 480px) {
  .banner-text-wrap {
    top: 0;
    left: 0;
    transform: none;
  }

  .banner-text .title {
    font-size: 28px;
    line-height: 36px;
  }

  .banner-text .subtitle {
    max-width: 245px;
    font-size: 18px;
    line-height: 24px;
  }
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  top: 51%;
  border-radius: 100px;
  background-color: #fff;
}

.swiper .swiper-button-prev {
  left: 12px;
}

.swiper .swiper-button-next {
  right: 12px;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
  color: #3C9EE2;
}

.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
}

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

.swiper .banner-wrap,
.swiper .banner-image-wrap {
  height: 100%;
}

.swiper .banner-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
