.er-quote__text {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-style: italic;
  font-size: 1.8rem;
}
@media only screen and (min-width: 751px) {
  .er-quote__text {
    font-size: 2.2rem;
  }
}
.er-quote__author {
  font-size: 1.4rem;
  color: #BFBFBF;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 751px) {
  .er-quote {
    text-align: center;
  }
}