@charset "UTF-8";
.quote blockquote {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 50%;
  float: right;
  font-family: proxima-nova, proxima nova;
  text-align: left;
}
.quote blockquote .quote-quotation p {
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  font-weight: 600;
  color: #000;
  padding: 60px 60px;
  margin: 40px 0px 100px 40px;
}
.quote blockquote .quote-quotation > :first-child::before, .quote blockquote .quote-quotation > :first-child::after {
  position: absolute;
  line-height: 250px;
  height: 130px;
  font-size: 470px;
  color: #f4f4f4;
  z-index: -1;
  box-sizing: border-box;
}
.quote blockquote .quote-quotation > :first-child::before {
  left: 50%;
  content: "“";
}
.quote blockquote .quote-quotation > :first-child::after {
  content: "”";
}
.quote blockquote .quote-attribution {
  text-align: right;
}
.quote blockquote .quote-attribution > :first-child::before {
  content: "—";
}
@media (max-width: 767px) {
  .quote blockquote {
    max-width: 100%;
    float: unset;
  }
  .quote blockquote .quote-quotation p {
    font-size: 30px;
    line-height: 28px;
    padding: 30px 30px;
    margin: 20px 0px 50px 20px;
  }
  .quote blockquote .quote-quotation > :first-child::before, .quote blockquote .quote-quotation > :first-child::after {
    font-size: 370px;
  }
  .quote blockquote .quote-quotation > :first-child::before {
    left: 0px;
  }
  .quote blockquote .quote-quotation > :first-child::after {
    right: 0px;
  }
}