.about-hero {
  min-height: 30em;
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(/assets/img/about-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 3px solid rgba(179, 179, 179, 0.3);
}

.about-owners {
  margin-top: 10em;
  max-width: 56em;
  background-color: rgba(179, 179, 179, 0.4);
  padding: 0.5em;
  margin-bottom: -10em;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.1);
}

.about-owners img {
  max-width: 100%;
  max-height: 100%;
}

.owner-message {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  padding: 0 0.6em 2em;
  margin-top: 0;
  font-size: 20px;
}


/* ========== About - Owner Quote Section ========= */

.about-owner-quote {
  margin-top: 10em;
}

.about-our-space p {
  max-width: 52em;
  text-align: center;
  padding: 1em 0.5em;
  margin: 1em auto 2em;
}


/* ========== About - Meet Our Team Section ========= */

.about-facilitators {
  background-image: url(/assets/img/tiled-background.png);
  background-repeat: repeat;
  padding-bottom: 3em;
  border-top: 5px solid rgba(179, 179, 179, 0.1);
}

.about-facilitators-desc {
  padding: 0.3em;
}

.about-facilitators p {
  max-width: 46em;
  text-align: center;
  margin: 1em auto 2em;
}

.about-team-card {
  padding-bottom: 0;
  margin-bottom: 1em;
}

.about-team-left {
  background-color: white;
}

.about-team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-right {
  text-align: left;
  background-color: #FFFEFA;
  padding: 0.6em;
}

.about-team-right h2 {
  /* padding-left: 0.6em; */
  margin-bottom: 0.4em;
}

.about-team-right h3 {
  margin-top: 0;
  /* padding-left: 0.7em; */
  font-size: 1.1em;
  font-weight: 300;
  font-style: italic;
}

.about-team-right p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
}

#mollie-dean {
  margin-top: 10em;
}

/* ========== About - Our Space ========= */

.about-our-space {
  border-top: 5px solid rgba(179, 179, 179, 0.1);
  padding-bottom: 5em;
  background-color: #f1efe3;
}

.about-img-container {
  margin: 0 auto 20px;
  max-width: 1200px;
}

.about-img-container img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 0.4em;
}

/* ========== About - Work with Us Section ========= */

.about-work-with-us {
  text-align: center;
  padding: 2em;
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}

.about-work-with-us a {
  text-underline-offset: 3px;
}

/* ========================================== */
/* =========== Desktop Media Query ========== */
/* ========================================== */

@media (min-width: 730px) {

  /* ========== Desktop - About Owners Section ========== */

  .owner-message {
    padding: 3em 0.6em;
  }

  /* ========== Desktop - About Team Section ========== */
  
  .about-team-card:last-of-type {
    margin-bottom: 10em;
  }

  .about-team-left {
    border-radius: 18px 0 0 18px;
  }
  
  .about-team-img {
    border-radius: 18px 0 0 18px;
  }
  
  .about-team-right {
    padding: 2em;
    border-radius: 0 18px 18px 0;
  }

  .about-team-right h1 {
    padding-top: 1em;
    font-size: 1.8em;
    font-weight: 300;
  }

}
