#about-main {
  min-height: 100vh;
  font-family: "Nunito", sans-serif;
  font-size: 140%;
  background-color: #000000;
}

#about-page {
  color: white;
}

#about-page .row .head {
  font-family: "Staatliches", cursive;
  font-size: 400%;
}
#about-us hr {
  border: 2px solid #92ff4e;
  width: 25%;
  margin: 0 auto 3rem;
  display: block;
  /* width: 60px; */
}
#about-page .row .desc {
  font-family: "Nunito", sans-serif;
  font-size: 130%;
}

#about-page #about-us {
  /* background-color: #000000; */
  justify-content: center;
}

#team .card-title {
  font-size: 140%;
}
h2.heading_large {
  font-size: 1.8em;
}
img {
  max-width: 100%;
}

.header-section {
  margin: 200px auto;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

@media (max-width: 600px) {
  #about-main {
    font-size: 100%;
  }
}
