section.quote * {
  text-align: center;
}
section.quote cite,
section.quote h3 {
  font-family: var(--body-family);
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
}
section.quote cite span {
  display: block;
  font-weight: 600;
}
section.quote blockquote {
  margin: 0;
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
@container main (max-width: 64rem) {
  section.quote blockquote {
    font-size: 24px;
    line-height: 43.2px;
  }
}