/* Phone hero reading order: message, actions, keyboard, then scroll cue. */
@media (max-width: 750px) {
  .hero .lede {
    margin-bottom: 20px !important;
  }

  .hero .actions {
    transform: none !important;
  }
}
