@charset "UTF-8";
.blockquote {
  position: relative;
  padding: 1rem 1.5rem;
}

.blockquote p {
  position: relative;
}

.blockquote p::before,
.blockquote p::after {
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0;
  vertical-align: -0.5em;
  color: var(--bs-primary);
  opacity: 0.4;
}

.blockquote p::before {
  content: "“";
  margin-right: 0.15em;
}

.blockquote p::after {
  content: "”";
  margin-left: 0.15em;
}

.blockquote-footer {
  font-style: italic;
  margin-top: 0.75rem;
}