/* ==========================================================================
   CHS-MATH HOMEPAGE
   ========================================================================== */
/* CTA link boxes override */
.homeButtons {
  background-image: none;
  background-color: var(--cwf-color--gold);
}
.homeButtons__item:hover {
  border-bottom: 5px solid var(--cwf-color--orange);
}
.homeButtons__item .icon::before {
  color: var(--cwf-color--orange);
}
/* Why study math? */
.whyMath {
  margin: 5rem 2rem;
}
.whyMath p:first-of-type {
  font-size: 1.2rem;
  line-height: 1.5;
}
.first-sentence {
  color: #d43900;
  font-weight: 600;
}
.whyMath__heading {
  margin-bottom: 1.5rem;
}
.whyMath__heading h2 {
  font-size: 3.25rem;
  font-family: "Merriweather", serif;
  letter-spacing: -0.09375rem;
  padding-top: 0;
  font-weight: 700;
}
.plugin-general-content.whyMath__heading h2 {
  padding-left: 0.75rem;
  margin: auto;
}






