@charset "UTF-8";

.paragraph--type--stories-quote.l--offset {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 964px;
}

@media (min-width: 62em) {
  .paragraph--type--stories-quote.l--offset {
    padding-left: 0;
    padding-right: 0;
  }
}

.quote {
  background-color: var(--color-tan-white);
  padding: 30px;
}

@media (min-width: 37.5em) {
  .quote {
    padding: 60px;
  }
}

.quote__text p {
  font-style: italic;
  font-weight: 400;
  quotes: "" "”";
  text-indent: 0;
  color: var(--color-ictj-blue);
}

@media (min-width: 48em) {
  .quote__text p {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.7;
  }
}

.quote__text p:first-of-type {
  position: relative;
}

.quote__text p p:last-child {
  display: inline;
}

.quote__person {
  padding-top: 24px;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 160%;
}