section.quote.center {
  text-align: center;
}
section.quote blockquote {
  background: transparent;
  padding: 0;
  font: var(--quote-font);
}
section.quote .img-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  section.quote .img-wrapper {
    border-radius: 2.5rem;
  }
}
section.quote img {
  width: 100%;
  height: 100%;
}
section.quote .cite {
  font: var(--h3-font);
}