.s-hero__logo img {
    max-width: 330px;
    max-height: 150px;
    width: auto;
}

@media (max-width: 767px) {
  .s-hero__top {
    flex-direction: column !important;
    justify-content: center !important;
    z-index: 99;
  }

  .s-hero__scroll {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {

    .s-hero._color_black {
        color: #111;
    }

    .s-hero._color_black h1,
    .s-hero._color_black h2,
    .s-hero._color_black h3,
    .s-hero._color_black h4,
    .s-hero._color_black h5,
    .s-hero._color_black h6 {
        color: #111;
    }

  .s-hero__footnote p {
    font-size: 16px;
  }

}

.s-hero._transparent .s-hero__bg {
    opacity: 0.6;
}

.s-form h2 {
  text-transform: none !important;
}

.s-form h3 {
  text-transform: none !important;
}

.am-footer2__nav .footer-links li {
  color: #626264 !important;
}
.s-hero__text p {
  font-size: 18px;
}

@media (min-width: 1200px) {
  section.s-form {
    z-index: 99;
  }
}
