.secondary-hero {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .secondary-hero {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .secondary-hero {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .secondary-hero {
    margin-bottom: 120px;
  }
}
.secondary-hero.bg-black {
  padding: 40px 0 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 1025px) {
  .secondary-hero.bg-black {
    min-height: calc(100vh - 100px);
  }
}
.secondary-hero.bg-white .secondary-hero__container {
  max-width: 100%;
}
.secondary-hero__title {
  max-width: 550px;
}
.secondary-hero__subtitle {
  font-size: 16px;
  font-weight: 600;
}
.secondary-hero__text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .secondary-hero__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .secondary-hero__left-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .secondary-hero__left-block {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .secondary-hero__right-block {
    max-width: 546px;
  }
}
.secondary-hero__button {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .secondary-hero--image_left .secondary-hero__left-block {
    margin-bottom: 40px;
  }
}
.secondary-hero--image_left .secondary-hero__title {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 1025px) {
  .secondary-hero--image_right .secondary-hero__left-block {
    max-width: 546px;
  }
}
.secondary-hero--image_right .secondary-hero__right-block {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .secondary-hero--image_right .secondary-hero__left-block {
    margin-bottom: 60px;
  }
}
.secondary-hero--image_right .secondary-hero__title {
  margin-bottom: 47px !important;
}

.contact-us-page .secondary-hero__title {
  max-width: 646px;
}

@media screen and (min-width: 1025px) {
  .admin-bar .secondary-hero.bg-black {
    min-height: calc(100vh - 32px - 50px - 70px);
  }
}

/*# sourceMappingURL=secondary-hero.css.map */
