/* Approximately three text-line spaces at the requested section transitions. */
body main .hero {
  padding-bottom: 24px !important;
}

body main .challenge {
  padding-top: 24px !important;
}

body main .challenge .challenge-grid {
  margin-top: 48px !important;
}

@media (max-width: 600px) {
  body main .hero {
    padding-bottom: 24px !important;
  }

  body main .challenge {
    padding-top: 24px !important;
  }
}
