.paragraph--quote {
  margin: 1.875rem 0 3.75rem !important;
}

.paragraph--quote blockquote {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.paragraph--quote blockquote q {
  color: #333;
  text-align: center;
  flex-direction: column;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.75rem;
  display: flex;
}

.paragraph--quote blockquote q:before {
  content: "”";
  font-family: Playfair, serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.paragraph--quote blockquote q:after {
  display: none;
}

.paragraph--quote blockquote cite {
  color: #0a0a0a;
}

.paragraph--quote blockquote cite:before {
  content: "- ";
}

