.blockquote {
  background-size: cover;
  margin-bottom: 0;
}
.blockquote .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.blockquote .container {
  position: relative;
}
.blockquote .blockquote-text::before {
  font-family: sans-serif;
  font-weight: 500;
  content: '"';
  font-size: 90px;
  line-height: 1rem;
  display: block;
  margin-top: 1rem;
  margin-left: -0.25rem;
  color: #db5197;
}
.blockquote .blockquote-text::after {
  font-family: sans-serif;
  font-weight: 500;
  content: '"';
  font-size: 90px;
  line-height: 1rem;
  display: block;
  margin-left: calc(100% - 40px);
  color: #db5197;
}
