.testimonials-section {
  background: var(--secondary-color);
  padding: 2% 0 4% 0;
}

.testimonials-section .testimonial {
  background-color: #1c305b;
  height: 270px;
  padding: 20px;
  margin: 0 11px;
  border: 1.22px solid #ffffff99;
}
.testimonials-section .swiper-button-prev {
  top: 96%;
  left: 44%;
  color: white;
}
.testimonials-section .swiper-button-next {
  top: 96%;
  right: 44%;
  color: white;
}

.testimonials-section .swiper-backface-hidden {
  padding: 3% 0;
}
.testimonials-section span.swiper-pagination-bullet {
  background-color: white;
}

.testimonials-section .testimonial-text {
  padding-top: 6%;
  padding-right: 20%;
}



.testimonials-section .swiper-content {
  padding: 3% 0;
}
.testimonials-section .stars {
  display: flex;
  gap: 2px;
  font-size: 20px;
}

.testimonials-section .star-filled {
  color: var(--primary-color);;
}

.testimonials-section .star-empty {
  color: #d3d3d3;
}
.testimonials-section .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-section .author .info h6 {
  font-size: 16px;
  margin: 0;
}
.testimonials-section .author .info p {
  font-size: 14px;
  margin: 0;
  color: #cccccc;
}