.about-main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 700px;
  margin: auto;
}

.about-main-section .text {
  margin: 1em;
}

.about-main-section a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: inherit;
}

.about-main-section a:hover {
  color: #878f83;
}
/*# sourceMappingURL=about.css.map */