.testimonial {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
}

.testimonial p {
  margin: 1rem 0;
}

.testimonial__author {
  font-size: 1rem;
  margin-top: 2rem;
}

.testimonial__author cite {
  font-style: normal;
}

@media (min-width: 768px) {
  .testimonial {
    font-size: 2rem;
  }
  .testimonial__author {
    font-size: 1.4rem;
  }
}