.map, .hero {
  position: relative;
}

.hero-form, .hero-text {
  box-sizing: border-box;
}

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

.hero-form h1 {
  font-family: "Acherus Grotesque", sans-serif;
}

.hero-form {
  border-radius: 5px;
}

.hero-form h1 {
  font-size: 1.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-form h1 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-form h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .hero-form h1 {
    font-size: 1em;
  }
}

.hero-form p, .service-area p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-form p, .service-area p {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-form p, .service-area p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 450px) {
  .hero-form p, .service-area p {
    font-size: 0.8em;
  }
}

.hero-form h1 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 900;
}

.hero-form p, .service-area p {
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

.hero {
  height: 1050px;
}

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

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

.hero-text {
  width: 50%;
  margin-top: -350px;
}

.service-area {
  width: 80%;
}
.service-area p {
  color: #00aeef;
}

.hero-form {
  width: 45%;
  padding: 6% 5%;
  margin-top: 300px;
  margin-bottom: 400px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.hero-form h1 {
  color: #FFFFFF;
}
.hero-form p {
  margin-bottom: 1.5em;
  color: #00aeef;
}

@media screen and (max-width: 760px) {
  .hero {
    height: auto;
  }

  .hero-text {
    width: 80%;
    margin-top: 250px;
    margin-left: 5%;
  }

  .hero-form {
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 50px;
  }
}
.map {
  height: 800px;
}

@media screen and (max-width: 760px) {
  .map {
    height: 400px;
  }
}
