.article-quote-left {
  display: flex;
  border-left: 3px solid #E1E1E1;
}

.article-quote-left .quote-side {
  padding: 0 3rem;

  @media (max-width: 440px) {
    padding: 0 1.5rem;
  }
}

.article-quote-left .quote-icon {
  width: 2.5rem;
  max-width: unset;

  @media (max-width: 440px) {
    width: 2rem;
  }
}

.article-quote-left .quote-text > div { display: inline; }

.article-quote-left .quote-person { margin-top: 2rem; }
{% end_scope_css %} 