.quote p {
  font-family: var(--radikal);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-left: 16px;
  border-left: 1px solid var(--blue);
}
@media screen and (min-width: 992px) {
  .quote p {
    padding-left: 48px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}/*# sourceMappingURL=style.css.map */