.a-landing {
  padding-top: 16px;
}
@media only screen and (min-width: 1025px) {
  .a-landing {
    padding-top: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-landing__head {
    display: flex;
  }
}
.a-landing__title {
  font-size: 2.9375rem;
  line-height: 3.375rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-landing__title {
    font-size: 4rem;
    line-height: 5rem;
    text-align: left;
  }
}
.a-landing__title em {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  letter-spacing: 0.18em;
  text-align: center;
  color: #40b93c;
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 1025px) {
  .a-landing__title em {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 0 8px 0;
  }
}
.a-landing__subtitle {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #5c5c5c;
  margin: 8px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-landing__subtitle {
    font-size: 1.375rem;
    line-height: 2.3125rem;
    margin: 4px 0 0 0;
    text-align: left;
  }
}