/* Keep the supporting launch note one third smaller than the surrounding hero copy. */
.hero p.hero__signup-note {
  margin-top: 10px;
  font-size: 10px;
}

@media (min-width: 921px) {
  .hero p.hero__signup-note {
    font-size: 8.4px;
  }
}
