.about-hero-container {
  background-color: #9dbebb;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  height: 175px;
}

.about-content-container {
  background-color: transparent;
  position: relative;
  max-width: 600px;
  margin: 3rem auto;
  z-index: 1;
}

.about-top-img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 1rem;
}

.about-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  .about-hero-container {
    height: 300px;
  }

  .about-top-img {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
