/* Pull Quote */
.pull-quote {
  border-top: 2px solid #CB5B3B;
  border-bottom: 2px solid #CB5B3B;
  padding: 1.2em 1em;
  margin: 1.5em 0;
}

.pull-quote__text {
  font-family: 'MADE Sunflower', serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #CB5B3B;
  line-height: 1.3;
  margin: 0 0 0.6em 0;
}

.pull-quote__attribution {
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  font-size: 0.85em;
  color: #CB5B3B;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}