.testimonial {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
  color: #eee;
}
.testimonial h2 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
blockquote {
  background: #1e1e1e;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #00bcd4;
  margin: 1.5rem 0;
  border-radius: 6px;
  font-style: italic;
}
blockquote footer {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.75rem;
  color: #aaa;
}
