.text-img-swiper {
  width: 100%;
  min-height: 400px;
  position: relative;
  height: auto !important;
}
@media (max-width: 768px) {
  .text-img-swiper {
    overflow: visible;
    min-height: 400px !important;
  }
}
.text-img-swiper .swiper-slide {
  position: relative;
  overflow: visible;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .text-img-swiper .swiper-slide {
    min-height: 400px !important;
  }
}
.text-img-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bg-url) center/cover no-repeat;
  z-index: 5;
}
.text-img-swiper .slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #20386a;
  opacity: 0.85;
  z-index: 10;
}
.text-img-swiper .carousel-container {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .text-img-swiper .carousel-container {
    padding-bottom: 1rem;
    padding: 5rem 2.5rem;
    margin-top: 10rem;
    margin-bottom: -17rem;
    background-color: white;
  }
}
.text-img-swiper .slide-content-box {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 2rem 2.5rem;
  max-width: 500px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .text-img-swiper .slide-content-box {
    padding: 1rem 1.5rem;
    background: #fafafa;
  }
}
.text-img-swiper .carousel-title {
  font-size: 22px;
  font-weight: 700;
  color: #20386a;
  margin-bottom: 0;
}
.text-img-swiper .carousel-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #20386a;
}
.text-img-swiper .carousel-text {
  font-size: 16px;
  margin-bottom: 1rem;
  color: #20386a;
}
.text-img-swiper .carousel-person-function {
  font-size: 16px;
}
.text-img-swiper .carousel-btn {
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .text-img-swiper .button-wrapper-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
  }
}
.text-img-swiper .swiper-pagination {
  bottom: 20px !important;
}
@media (max-width: 768px) {
  .text-img-swiper .swiper-pagination {
    margin-bottom: -16.5rem;
  }
}
.text-img-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .text-img-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #20386a;
  }
}
.text-img-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: white 1px solid;
}
@media (max-width: 768px) {
  .text-img-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: #20386a 1px solid;
  }
}
.text-img-swiper .text-img-swiper .swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
}
.text-img-swiper .text-img-swiper .swiper-slide {
  flex: 1 0 auto;
  height: auto !important;
}