#about {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 650px) {
  #about {
    flex-direction: column;
  }
}
#about .hero #about-hero {
  width: 40vw;
  height: 700px;
  background-image: url(../img/IMG_3626-fixed.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 650px) {
  #about .hero #about-hero {
    height: 56.25vw;
  }
}
#about #describe {
  margin-top: 50px;
  width: 40%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 650px) {
  #about #describe {
    width: 80vw;
    font-size: 1em;
  }
}
#about div {
  margin-top: 30px;
}
@media (max-width: 650px) {
  #about div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#about div p {
  display: inline;
  margin-right: 30px;
}
@media (max-width: 650px) {
  #about div p {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

/*# sourceMappingURL=about.css.map */
