/* =========================================================
   Clear Link v1.10.20 — mobile heading size adjustment
   Mobile only (<=820px). Desktop (>=821px) is untouched.
   Requested values:
   - FV heading: 30px
   - Other section headings (H2): 25px
   ========================================================= */
@media (max-width: 820px){
  /* FV heading — top page and all unified inner-page heroes. */
  html body main#main-content .home-hero__panel h1,
  html body main#main-content .site-unified-hero .home-hero__panel h1,
  html body main#main-content .site-unified-hero .hero-semantic-title{
    font-size:30px!important;
  }

  /* All H2 headings outside the FV. */
  html body main#main-content h2{
    font-size:25px!important;
  }
}
