.page-about .basic-section {
  position: relative;
  margin-bottom: 0;
  padding: 0px 15px 100px 15px;
  max-width: 100%;
  border-bottom: 0;
}
.page-about .basic-section p {
  line-height: 2.2;
}
.page-about .section-inner {
  max-width: 768px;
}

@media screen and (max-width: 768px) {
  .about-page .basic-section:before {
    opacity: 0.4;
  }
  .about-page .basic-section:after {
    opacity: 0.4;
    top: inherit;
    bottom: -210px;
  }
}/*# sourceMappingURL=l-about.css.map */