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

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

.hero-about__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-about__header {
  width: 100%;
  order: 2;
  padding: 1rem;
}

@media (min-width: 900px) {
  .hero-about__header {
    width: 50%;
    order: 1;
    padding: 2rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .hero-about__header {
    width: 60%;
    order: 1;
  }
}

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

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

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

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

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

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

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

.hero-about__graphic {
  width: 100%;
  order: 1;
}

@media (min-width: 900px) {
  .hero-about__graphic {
    width: 50%;
    order: 2;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .hero-about__graphic {
    width: 40%;
    order: 2;
  }
}
