.quote--s {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .quote--s .quote__media {
    width: calc((3/28) * 100%); }
  .quote--s .quote__content {
    margin-left: auto;
    width: calc((23/28) * 100%); }
  .quote--s .quote__text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0; }
    @media (min-width: 941px) {
      .quote--s .quote__text {
        font-size: 26px;
        letter-spacing: -1px;
        line-height: 30px; } }
  .quote--s .quote__author {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 10px 0 0; }

@media (min-width: 941px) {
  .quote--s .quote__media {
    width: calc((3/33) * 100%); }
  .quote--s .quote__content {
    width: calc((28/33) * 100%); }
  .quote--s .quote__author {
    margin-top: 20px; } }

.quote--xs img {
  width: 60px; }

@media (min-width: 941px) {
  .quote--xs {
    padding: 50px; } }

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