.text-ban {
  position: relative;
  background: linear-gradient(270deg, #e9eff300 40%, #E9EFF3 0%);
  border-radius: 30rem;
  overflow: hidden;
  padding: 60rem;
  width: 100%;
  min-height: 508rem;
  display: flex;
  flex-direction: column;
}
.text-ban__img {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center right;
  height: 100%;
  width: 40%;
  max-width: 647rem;
  z-index: -1;
}
.text-ban__title {
  font-size: 48rem;
  margin-bottom: 35rem;
  font-weight: 600;
  max-width: 700rem;
}
.text-ban__item {
  font-size: 20rem;
  margin-bottom: 20rem;
  display: flex;
  max-width: 530rem;
}
.text-ban__item svg {
  color: #E3191C;
  margin-right: 22rem;
  width: 19rem;
  height: 15rem;
  flex: 0 0 auto;
}
.text-ban__footer-slogan {
  max-width: 350rem;
}
.text-ban__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20rem;
  color: #4A4A4A;
  margin-top: auto;
}
.text-ban__footer .btn {
  margin-right: 35rem;
  color: white;
  white-space: nowrap;
}

.main-slider-images .swiper-pagination {
  bottom: 4rem;
}
.main-slider-images .swiper-pagination .swiper-pagination-bullet {
  width: 11rem;
  height: 11rem;
  min-width: 6px;
  min-height: 6px;
  margin: 0 4rem;
}

@media (max-width: 768px) {
  .text-ban {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 439rem;
    padding: 15rem 15rem 25rem 15rem;
    background: linear-gradient(200.94deg, rgba(222, 234, 237, 0) 9.63%, #DEEAED 67%);
    min-height: 400rem;
  }
  .text-ban__img {
    width: 100%;
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .text-ban__title {
    font-size: 18rem;
  }
  .text-ban__item {
    font-size: 12rem;
  }
  .text-ban__footer {
    flex-direction: column-reverse;
    gap: 15rem;
  }
  .text-ban__footer .btn {
    margin: 0;
    margin-bottom: 15rem;
  }
  .text-ban__footer-slogan {
    font-size: 12rem;
  }
  .text-ban__item svg {
    margin-right: 4rem;
    width: 15rem;
    height: 15rem;
  }
}