.quote {
  padding-top: 99px;
  padding-bottom: 50px;
}
.quote .quote-block-wrapper {
  max-width: 708px;
  margin: 0 auto;
}
.quote .quote-block-wrapper .quote-content {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #262626;
  margin-bottom: 25px;
}
.quote .quote-block-wrapper .quote-content .quote-icon {
  display: inline;
}
.quote .quote-block-wrapper .quote-content p {
  display: inline;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .quote .quote-block-wrapper .quote-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.quote .quote-block-wrapper .quote-site {
  font-family: var(--font-roboto-mono);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 64em) {
  .quote {
    padding-top: 34px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 47.9375em) {
  .quote {
    padding-top: 20px;
    padding-bottom: 53px;
  }
}