.hero-image {
  margin-bottom: 2rem;
}

.hero-image__container {
  position: relative;
}

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

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

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

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

.hero-image--header-at-bottom .hero-image__header {
  position: absolute;
}

@media (min-width: 600px) {
  .hero-image--header-at-bottom .hero-image__header {
    bottom: 0;
  }
}

.hero-image--header-at-center .hero-image__header {
  position: absolute;
}

@media (min-width: 600px) {
  .hero-image--header-at-center .hero-image__header {
    top: 0;
    bottom: 0;
  }
}

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

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

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

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

.hero-image__description {
  margin-top: 1rem;
}

@media (min-width: 600px) {
  .hero-image__description {
    margin-left: 4rem;
  }
}

.hero-image__description p {
  font-size: 15px;
  margin-bottom: 1rem;
}

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

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

.hero-image--restrain-graphic .hero-image__graphic {
  max-width: 800px;
  margin-left: auto;
}

.hero-image--services .hero-image__graphic {
  max-width: 600px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .hero-image--services .hero-image__graphic {
    max-width: 600px;
  }
}
