/* Testimonials Page Styles */

h1 {
  color: var(--green-text);
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-container {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial {
  margin: 30px 0;
}

.testimonial-text {
  color: var(--blue-text);
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial-author {
  color: var(--blue-text);
  font-weight: bold;
  margin: 5px 0;
}

.testimonial-org {
  color: var(--blue-text);
  margin: 5px 0;
}

.testimonial-divider {
  border: none;
  border-top: 1px solid var(--blue-text);
  margin: 40px 0;
}
