.hero-contact {
  position: relative;
  margin-bottom: 2rem;
}

.hero-contact__dialog {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-contact__dialog p {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #B3AA7F;
  color: white;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
}

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

@media (max-width: 599px) {
  .hero-contact__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.hero-contact__header {
  padding: 1rem;
  max-width: 450px;
  width: 100%;
}

@media (min-width: 600px) {
  .hero-contact__header {
    padding: 2rem;
    position: absolute;
    z-index: 2;
  }
}

@media (max-width: 599px) {
  .hero-contact__header {
    order: 2;
  }
}

.hero-contact__title h1 {
  color: #507A58;
  font-size: 36px;
  line-height: 1;
}

@media (min-width: 600px) {
  .hero-contact__title h1 {
    font-size: 54px;
  }
}

.hero-contact__title p {
  color: #B3AA7F;
  font-size: 36px;
  font-family: utopia-std-display, serif;
  line-height: 1;
}

@media (min-width: 600px) {
  .hero-contact__title p {
    font-size: 54px;
  }
}

.hero-contact__description {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.hero-contact__description p {
  font-size: 15px;
  line-height: 1.5;
}

.hero-contact__graphic {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
}

@media (max-width: 599px) {
  .hero-contact__graphic {
    order: 1;
  }
}

.hero-contact__form input[type="text"],
.hero-contact__form input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 1rem;
  font-family: utopia-std-display, serif;
  font-size: 18px;
}

.hero-contact__form input[type="submit"] {
  padding: .75rem 1rem;
  background-color: #B3AA7F;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.hero-contact__form textarea {
  width: 100%;
  margin-bottom: 1rem;
  font-family: utopia-std-display, serif;
  font-size: 18px;
}

.hero-contact__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .hero-contact__action {
    flex-wrap: nowrap;
  }
}

.hero-contact__action p {
  color: #B9B9B9;
  font-size: 14px;
}
