#about {
  background-color: #EFC94C;
  color: #1A2530;
  padding: 10vh 0px 10vh 360px;
}

#about h1 {
  font-family: Oswald, sans-serif;
  width: 100%;
  text-align: center;
  font-size: 48px;
  z-index: 5;
  text-transform: uppercase;
}

#about section {
  z-index: 1;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  font-size: 20px;
}

#about section p {
  margin: 20px 10vw 0 10vw;
  text-align: justify;
}

#about section p a {
  text-decoration: underline;
  color: #1A2530;
}

#about::after {
  content: "";
  position: relative;
  width: 100vw;
  height: 10vh;
  bottom: calc(-10vh - 1px);
  right: 0px;
  z-index: 1;
  border-style: solid;
  border-width: 6vh calc(100vw - 360px) 0px 0px;
  border-color: transparent #FFF transparent transparent;
}
/*# sourceMappingURL=about.css.map */