.cs-quote {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  max-width: 33.75rem;
  margin: 0 auto; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .cs-quote {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .cs-quote {
      padding-left: 40px;
      padding-right: 40px; } }
  .cs-quote blockquote p {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 48rem) {
      .cs-quote blockquote p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: 64rem) {
      .cs-quote blockquote p {
        font-size: 22px;
        font-size: 1.375rem; } }
    .cs-quote blockquote p:before {
      content: '\201C'; }
    .cs-quote blockquote p:after {
      content: '\201D'; }
  .cs-quote figcaption {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.02em;
    margin: 1.25rem 0 0;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .cs-quote figcaption {
        font-size: 18px;
        font-size: 1.125rem; } }

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