/* <!-- ➢ Testimonials板块 --> */

.scc-testimonials {
  width: 100%;
  background-color: #34c8e5;
}

.scc-testimonials-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.1rem 0 2.5rem;
  color: #fff;
  text-align: center;
}

.customer-reviews-container p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 1.2rem;
}

.customer-reviews-container h1 {
  font-family: Exo, sens-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin: 0 0 2.4rem;
}

.customer-reviews-container .divider {
  display: block;
  width: 8.2rem;
  height: 0.3rem;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.4rem;
}

.scc-testimonials .customer-swiper {
  height: 24.7rem;
  margin-top: 3.5rem;
}

.customer-review {
  color: #fff !important;
  margin-bottom: 5.2rem;
}

.scc-testimonials .customer-name {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.scc-testimonials .swiper-pagination {
  bottom: 0;
}

.scc-testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.scc-testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #fff9;
}

@media screen and (width <= 768px) {
  .scc-testimonials-container {
    padding: 6rem 1.6rem 6.4rem;
  }

  .scc-testimonials .customer-swiper {
    height: 45.7rem;
  }

  .customer-review {
    margin-bottom: 4.4rem;
  }
}
