.hero-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.hero-text__body {
  display: flex;
  flex-direction: column;
}
.hero-text__head {
  display: flex;
  flex-direction: column;
}
.hero-text__subtitle {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #808080;
  font: 400 18px/120% "Montserrat Medium", sans-serif;
}
.hero-text__title {
  font: 400 26px/135% "Montserrat Medium", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-text--base .hero-text__body {
  max-width: 682px;
}
.hero-text--header {
  font-size: 18px;
  line-height: 26px;
}
.hero-text--header .hero-text__title {
  font-size: 32px;
  font-family: "Montserrat Semi", sans-serif;
}
.hero-text--header .hero-text__content {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-text__title {
    font-size: 32px;
  }
  .hero-text--header {
    font-size: 22px;
    line-height: 26px;
  }
  .hero-text--header .hero-text__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hero-text--split .hero-text__body {
    flex-direction: row;
    gap: 6px;
  }
  .hero-text--split .hero-text__header, .hero-text--split .hero-text__content {
    flex: 0 0 50%;
  }
}

/*# sourceMappingURL=style.css.map */
