/* Scale only the Soccer Predictions hero heading and the qualified-pick count. */
.hero h1{
  font-size:15.4px;
  color:var(--green);
}

/* Original 30px -> 18px: 40% smaller. */
.hero-badge strong{
  font-size:18px;
}

@media(max-width:680px){
  .hero h1{
    font-size:12.65px;
  }
}
