.quote blockquote {
  border-left: unset;
  color: #003057;
  font-family: "Roboto Slab", serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1em 2em; }
  .quote blockquote div::before {
    color: #b3a369;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 2.75rem;
    margin-left: -1.25em; }
  .quote blockquote div::after {
    content: ""; }
  @media (max-width: 37.4375em) {
    .quote blockquote {
      font-size: 1.5rem;
      line-height: 1.5rem;
      padding: 0.5em 0 0.5em 1.25em; }
      .quote blockquote div::before {
        font-size: 2rem; } }
