.decorative-quote {
  position: relative;
  font-size: 1.2em;
  padding: 1em;
  max-width: 25rem;
}

.decorative-quote::before,
.decorative-quote::after {
  position: absolute;
  font-size: 3em;
  line-height: 0.1em;
  color: #6c757d;
  font-family: 'Times New Roman', Times, serif;
}

.decorative-quote::before {
  content: '“';
  top: 0;
  left: 0;
}

.decorative-quote::after {
  content: '”';
  bottom: 0;
  right: 0;
}
