.quote-wrapper {
  margin: 1.5rem 0;
}

.quote blockquote {
  display: block;
  align-self: stretch;
  margin: 0;
}

.quote blockquote .quote-quotation h4,
.quote blockquote .quote-quotation h4 > em,
.quote blockquote .quote-quotation h4 > strong,
.quote blockquote .quote-quotation h4 > strong > em {
  color: var(--text-sky);
  font-size: var(--quote-article-text);
  font-weight: var(--text-regular);
  line-height: var(--line-height-120);
  margin: 0;
  margin-bottom: 1.5rem;
}

.quote blockquote .quote-quotation p {
  margin: 0;
  font-weight: var(--text-regular);
  font-size: var(--body-text);
}