/* Pull-out Quotes
   Shared between the frontend and CKEditor editor preview. */
.pullout-quote {
  color: rgb(204, 0, 0);
}
#newsItem .content .pullout-quote,
.content .pullout-quote,
.cke_editable .pullout-quote {
  color: rgb(204, 0, 0);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  #newsItem .content .pullout-quote,
  .content .pullout-quote {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
}
