.aboutinfobox {
  width: 75%;
  margin: auto;
  margin-top: 1em;
}

.pageheader {
  width: 100%;
  height: 316px;
  background-image: url(../images/about.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 675px) {
  .pageheader {
    background-image: url(../images/about-mobile.jpg);
  }
}
p {
  margin-bottom: 0.5em;
}

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