#aboutus-wrap .section-body .aboutus-table {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 782px) {
  #aboutus-wrap .section-body .aboutus-table {
    width: 100%;
  }
}
#aboutus-wrap .section-body .aboutus-table table th {
  text-align: center;
  width: 20%;
  background-color: rgba(255, 255, 0, 0.2);
  padding: 0.5em 1em;
  font-size: 1.3rem;
}
#aboutus-wrap .section-body .aboutus-table table td {
  width: 80%;
  padding: 0.5em 1em;
}
#aboutus-wrap .section-body .aboutus-table table td p {
  margin-bottom: 0;
}
#aboutus-wrap .section-body .aboutus-table table td > div {
  margin: 1rem 0;
}
#aboutus-wrap .section-body .aboutus-table table td > div a {
  display: inline-block;
  border: 1px solid grey;
  padding: 0.5em 2em;
  margin-right: 2rem;
  background-color: rgba(255, 255, 0, 0.2);
}
#aboutus-wrap .section-body .aboutus-table table td > div a:hover {
  background-color: #ff0;
}
@media (max-width: 782px) {
  #aboutus-wrap .section-body .aboutus-table table th {
    width: 30%;
  }
  #aboutus-wrap .section-body .aboutus-table table td {
    width: 70%;
  }
}
#aboutus-wrap .section-body .aboutus-table .aboutus-subtitle {
  text-decoration: underline;
}/*# sourceMappingURL=aboutus.css.map */