/* IMPORT THE FRAMEWORK */
.contact-hero .hero-image, .contact-hero .hero-text, .contact-hero {
  position: relative;
}

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

.contact-hero .hero-image {
  background-repeat: no-repeat;
}

.contact-hero .hero-image {
  background-size: cover;
}

.contact-hero .hero-image {
  background-position: center center;
}

.contact-hero .hero-text h1 {
  font-family: "bodoni_72", sans-serif;
}

.contact-hero {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.contact-hero .hero-text h1 {
  font-size: 5.25em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .contact-hero .hero-text h1 {
    font-size: 5em;
  }
}
@media screen and (min-width: 761px) and (max-width: 1199px) {
  .contact-hero .hero-text h1 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 760px) {
  .contact-hero .hero-text h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 450px) {
  .contact-hero .hero-text h1 {
    font-size: 2.5em;
  }
}

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

.contact-hero .hero-text h1 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.contact-hero .hero-text p {
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 1.2em;
}

.contact-hero {
  margin-bottom: 4.5em;
}
.contact-hero .hero-text {
  width: 50%;
  color: #000000;
  margin-top: 150px;
}
.contact-hero .hero-text p {
  padding-right: 4.5em;
}
.contact-hero .hero-text a {
  color: #3b4b38;
  font-weight: bold;
}
.contact-hero .hero-image {
  width: 50%;
}

@media screen and (max-width: 1112px) {
  .hero-text {
    width: 80%;
  }
  .hero-text p {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 760px) {
  .contact-hero .hero-text {
    width: 100%;
  }
  .contact-hero .hero-text p {
    padding-right: 1.5em;
  }
  .contact-hero .hero-image {
    width: 100%;
    height: 400px;
  }
}
.hero-form {
  width: 90%;
  border-top: solid 3px #000000;
}

@media screen and (max-width: 760px) {
  .hero-form {
    width: 100%;
  }
}
