.testimonials {
  text-align: center;
}

.testimonial {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 30px;
  background-color: var(--feature-bg);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: 600;
}

.testimonial-role {
  font-size: 14px;
  color: var(--gray);
}