.hero {
  box-sizing: border-box;
  background: #0a3d62;
  color: #fff;
  padding: 64px 0 96px;
  text-align: center;
}

.hero-kicker {
  color: #FBBF24;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.hero p {
  margin: 0 auto 28px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  box-sizing: border-box;
}

@media (min-width:768px) {
  .hero h1 {
    font-size: 56px;
  }
}

@media (min-width:768px) {
  .hero p {
    font-size: 22px;
  }
}

