.module-quote {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.module-quote, .credits {
  padding-left: 60px;
  padding-right: 60px; }
  @media all and (max-width: 768px) {
    .module-quote, .credits {
      padding-left: 40px;
      padding-right: 40px; } }
  @media all and (max-width: 450px) {
    .module-quote, .credits {
      padding-left: 20px;
      padding-right: 20px; } }

.module-quote {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media all and (max-width: 768px) {
    .module-quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media all and (max-width: 450px) {
    .module-quote {
      padding-top: 20px;
      padding-bottom: 20px; } }

.module-quote {
  display: flex;
  align-items: center; }

p.quote {
  font-family: 'caprica', serif; }

p.quote {
  font-size: 30px; }
  @media all and (max-width: 768px) {
    p.quote {
      font-size: 25px; } }
  @media all and (max-width: 450px) {
    p.quote {
      font-size: 20px; } }

.quote-container {
  color: #5a5b5d; }

p.quote {
  margin: 30px 65px 30px 65px; }
  @media all and (max-width: 768px) {
    p.quote {
      margin: 20px 45px 20px 45px; } }
  @media all and (max-width: 450px) {
    p.quote {
      margin: 20px 30px 20px 30px; } }
  p.quote span {
    position: relative;
    display: inline-block; }
    p.quote span:before {
      position: absolute;
      content: '';
      display: block;
      width: 60px;
      height: 52px;
      background-image: url("../../images/quotation-marks.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media all and (max-width: 768px) {
        p.quote span:before {
          width: 40px;
          height: 32px; } }
      @media all and (max-width: 450px) {
        p.quote span:before {
          width: 30px;
          height: 22px; } }
    p.quote span:first-child:before {
      top: -25px;
      left: -65px; }
      @media all and (max-width: 768px) {
        p.quote span:first-child:before {
          left: -45px;
          top: -12px; } }
      @media all and (max-width: 450px) {
        p.quote span:first-child:before {
          left: -30px;
          top: -5px; } }
    p.quote span:last-child:before {
      bottom: -20px;
      right: -65px;
      transform: rotate(-180deg); }
      @media all and (max-width: 768px) {
        p.quote span:last-child:before {
          right: -45px;
          bottom: -10px; } }
      @media all and (max-width: 450px) {
        p.quote span:last-child:before {
          right: -30px;
          bottom: -5px; } }

.credits {
  color: #C31F26; }
