/* various useful variables and mixins */
.about-header {
  width: 100%;
  height: 300px;
  background-image: url("/assets/img/about-emm-info-header.ta33755856eb35c214d5b9c410c711291.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 690px) {
  .about-header {
    font-size: 24px;
    height: 150px;
  }
}

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