.page-content {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  padding: 20px;
}

h1 {
  color: #576855;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

h4 {
  font-weight: bold;
  margin-bottom: 30px;
}

.eric-img {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .eric-img {
    width: 50%;
  }
}

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