.landing {
  font-size: 20px;
  width: 95%;
  margin: 0 auto;
}

.landing-headline, .landing-features, .landing-reassurance {
  background: #f5f5f5;
  border-radius: .5rem;
  margin: 1rem auto;
  padding: 1rem 1rem;
  width: 800px;
  max-width: 95%;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
}

.landing-headline h1 {
  font-size: 4em;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}

.landing-headline__image {
  width: 50%;
  display: block;
  margin: 1rem auto;
}

@media (min-width: 350px) {
  .landing-headline__image {
    width: 200px;
  }
}

.landing-headline__sub strong {
  color: #6969b3;
  font-size: 1.2em;
}

.landing-headline__cta-container {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}

.landing-cta {
  border-radius: 16px;
  background-color: #707070;
  color: #FFFFFF;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: none;
  overflow: auto;
  padding: 10px 20px;
  margin: 1.5rem auto;
  cursor: pointer;
  transition: all .2s ;
  text-decoration: none;
  font-size: 2rem;
}

.landing-cta:hover {
  color: white;
  background-color: black;
  transform: scale(1.2);
}

.section-title {
  font-size: 3rem;
  line-height: .8;
}

.landing-headline__cta-fallback {
  font-size: .9em;
}

.landing-feature-list {
  list-style: none;
  padding: 0;
}

.landing-feature-list li {
  margin-bottom: .5rem;
}
