.testimonials {
  padding: 60px 40px;
  background: #fafafa;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial {
  background: white;
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.testimonial p {
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial small {
  color: #777;
  font-weight: 500;
}

.testimonial {
    box-shadow: none;
    transition: box-shadow 0.5s ease;
}

.testimonial:hover {
    box-shadow: 2px 10px 41px -5px rgb(218, 160, 32);
}
