#testimonials {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonial {
  text-align: justify;
  text-align-last: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial h3 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  margin: 20px clamp(70px, 10vw, 100px);
}

.testimonial h3 strong {
  font-weight: 800;
}

.testimonialWrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.testimonialsTitle {
  font-size: clamp(30px, 6vw, 40px);
}