/* IMPORT THE FRAMEWORK */
.hero .hero-text {
  box-sizing: border-box;
}

.hero-text h2, .hero-text h3 {
  text-transform: uppercase;
}

.hero {
  display: flex;
  flex-wrap: wrap;
}

.hero-text h2, .hero-text h3 {
  font-family: "neurial_grotesk", sans-serif;
}

.hero-text {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  .hero-text {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 760px) {
  .hero-text {
    padding-left: 8.8%;
    padding-right: 8.8%;
  }
}

.hero-text h3 {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h3 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h3 {
    font-size: 1.4em;
  }
}

.hero-text p, .hero-text h2 {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p, .hero-text h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p, .hero-text h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p, .hero-text h2 {
    font-size: 1.1em;
  }
}

.hero-text h2, .hero-text h3 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.hero-text p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 100px;
}
.hero .hero-text {
  width: 50%;
}
.hero .hero-form {
  width: 40%;
  margin-right: 8%;
  margin-top: 100px;
}

.hero-text {
  color: #FFFFFF;
}
.hero-text h2 {
  color: #FFFFFF;
}
.hero-text h3 {
  color: #FFFFFF;
}
.webp .hero {
  background-image: url("/app/images/contact/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/contact/hero.jpg");
}

@media screen and (max-width: 790px) {
  .hero {
    padding-top: 0px;
    padding-bottom: 80px;
    margin-top: 0;
  }
  .hero .hero-text {
    width: 100%;
    padding-top: 50px;
  }
  .hero .hero-form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
  }
}
