#about-links {
  text-align: center;
  margin: 0;
  margin-bottom: 96px;
}
@media screen and (max-width: 800px) {
  #about-links {
    margin-bottom: 30px;
  }
}

.about-bnr {
  width: 95%;
  max-width: 554px;
  display: inline-block;
  margin: 30px auto 30px;
}
.about-bnr:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=index.css.map */