section.hero h1 {
  margin-top: 16px;
}

section.hero p {
  text-align: justify;
  font: 16px Poppins;
}

section.hero ul {
  color: white;
  font: 14px Poppins;
}

section.hero li {
  color: white;
}

section.f-a-q h2 {
  font: bold 48px Poppins;
}/* Increase hero padding on mobile to account for taller header with GET ACCESS button */
@media(max-width: 767px) {
  section.hero {
    padding-top: 140px;
  }
}
