.quote-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 821px) {
  .quote-container {
    flex-direction: column;
  }
}
.quote-container blockquote {
  display: inline-flex;
  flex-direction: column;
  margin-top: 11.375rem;
  margin-bottom: 7.5rem;
  flex: 1;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
@media only screen and (max-width: 821px) {
  .quote-container blockquote {
    max-width: 592px;
  }
}
.quote-container blockquote:before {
  content: none;
}
.quote-container .quote {
  font-family: Windsor;
  font-size: 6.75rem;
  font-weight: 300;
  line-height: 0.9152542373;
  letter-spacing: -0.03em;
  text-align: left;
}
@media only screen and (max-width: 821px) {
  .quote-container .quote {
    font-size: 50px;
  }
}
.quote-container cite,
.quote-container .cite {
  align-self: flex-end;
  text-align: right;
  font-family: Windsor;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.1142857143;
  letter-spacing: 0em;
  color: #8F2F29;
}
@media only screen and (max-width: 821px) {
  .quote-container cite,
.quote-container .cite {
    font-size: 18px;
  }
}
.quote-container .background-image {
  max-width: 31.875rem;
  align-self: flex-start;
  height: auto;
  display: block;
}
@media only screen and (max-width: 821px) {
  .quote-container .background-image {
    max-width: 255px;
    align-self: center;
  }
}

/*# sourceMappingURL=quote.css.map */
