.editorial section.quote blockquote {
  font-family: open-sans, serif;
  line-height: 1.65;
  text-transform: none;
  max-width: 640px;
  margin-inline: auto;
  padding: 0;
  padding-left: 2.75rem;
  position: relative;
}
.editorial section.quote blockquote::before {
  content: '\201C';
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -1.25rem;
  left: -1rem;
  color: var(--black);
  font-family: starling, serif;
}
.editorial section.quote blockquote span {
  font-family: starling, serif;
  font-weight: 800;
  display: block;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.editorial section.quote blockquote p {
  font-size: 0.9375rem; /* 15/16 */
  line-height: 1.65;
  margin-bottom: 1rem;
}
.editorial section.quote blockquote a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .editorial section.quote {
    background-color: #f5f5f0;
    padding-block: 3rem;
    margin-bottom: 1rem;
  }
  .editorial section.quote blockquote {
    font-size: 1.125rem;
    padding-left: 0;
  }
  .editorial section.quote blockquote::before {
    left: -3.5rem;
  }
}
@media (max-width: 768px) {
  .editorial section.quote blockquote {
    padding-inline: 3.5rem 1rem;
  }
  .editorial section.quote blockquote::before {
    left: 0;
  }
}
@media (max-width: 600px) {
  .editorial section.quote blockquote {
    font-size: 1rem;
  }
  .editorial section.quote blockquote {
    padding-inline: 0 2rem;
    padding-top: 1.5rem;
  }
}
