.ho5-testimonials {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}

.ho5-testimonial {
  max-width: 840px;
  margin: 0 auto;
}

.ho5-testimonial__text {
  font-family: var(--wp--preset--font-family--biorhyme);
  font-size: var(--wp--preset--font-size--xxl);
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 30px;
}

.ho5-testimonial__author {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--dark-blue);
}

.ho5-swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.ho5-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 6px !important;
}

.ho5-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f1f4a;
  transform: scale(1.2);
}
