.tea {
  position: relative;
  overflow: hidden;
  padding-top: 3.75rem;
}

.tea-bg {
  padding-top: 1.75rem;
  position: relative;
  min-height: 18.4375rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .tea-bg {
    padding-top: 3.75rem;
    min-height: 34.4375rem;
  }
}

.tea-bg::before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 26.5%, rgba(91, 91, 91, 0.35) 64.66%, rgba(33, 83, 153, 0.35) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tea-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea-bg h2 {
  font-size: 3rem;
  color: var(--white);
  text-align: center;
  position: relative;
  padding-bottom: .75rem;
  z-index: 2;
}

.tea-bg h2::before {
  content: '';
  position: absolute;
  background-color: var(--yellow);
  width: 16rem;
  height: .25rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .tea-bg h2 {
    font-size: 4rem;
  }
  .tea-bg h2::before {
    width: 21rem;
  }
}

.tea-top {
  background-color: var(--blue-light);
  color: var(--white);
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  position: relative;
}

.tea-top p {
  max-width: 44.4375rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1;
}

.tea-top svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -85%;
}

@media (min-width: 992px) {
  .tea-top svg {
    margin: auto;
    left: auto;
    top: -100%;
    width: auto;
  }
}

.tea-slide {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .tea-slide {
    padding-top: 9.5625rem;
  }
}

.tea-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .tea-slider {
    padding-bottom: 7.5625rem;
  }
}

@media (min-width: 992px) {
  .tea-slider .swiper-slide {
    height: auto !important;
    opacity: 0 !important;
  }
}

@media (min-width: 992px) {
  .tea-slider .swiper-slide-active {
    opacity: 1 !important;
  }
}

.tea-slider-item {
  row-gap: 2.5rem;
}

.tea-slider-item-img {
  position: relative;
  text-align: center;
}

.tea-slider-item-img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 21.25rem;
  max-height: 32.125rem;
  border-radius: 1.5625rem;
}

@media (min-width: 992px) {
  .tea-slider-item-content {
    max-width: 22.5rem;
  }
}

.tea-slider-item-content h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.tea-slider-item-content-quali {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.375rem;
  display: block;
}

.tea-slider-item-content p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 992px) {
  .tea-slider-item-content p {
    font-size: 1.625rem;
  }
}

.tea-slider-pagination {
  left: 0 !important;
}

.tea-slider-pagination .swiper-pagination-bullet {
  background: var(--yellow);
  width: 1.375rem;
  height: .5625rem;
  border: 1px solid var(--white);
  border-radius: .4688rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .tea-slider-pagination .swiper-pagination-bullet {
    height: 1.375rem;
    width: .5625rem;
  }
}

.tea-slider-pagination .swiper-pagination-bullet:hover {
  background: #c1ddff;
}

.tea-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: .5625rem;
  width: 3.125rem;
  background: #c1ddff;
}

@media (min-width: 992px) {
  .tea-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .5625rem;
    height: 3.125rem;
  }
}

.tea-slider svg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  width: 100%;
  height: 100%;
  max-height: 29rem;
}
