#about main .main_visual {
  background-image: url("../../img/who_we_are.jpg");
}

#about main p {
  line-height: 40px;
}

#about main .about-section__01 h3 {
  margin-top: 4rem;
}

#about main .about-section__02 {
  margin: 6rem auto 0;
}

#about main table {
  background-color: white;
  margin-bottom: 0;
}

#about main table tbody tr th {
  width: 30% !important;
  padding: 1.5rem;
  background-color: #F0F0F0;
}

#about main table tbody tr td {
  width: 70% !important;
  padding: 1.5rem;
}

@media (max-width: 991px) {
  #about main p {
    line-height: 32px;
  }
}
/*# sourceMappingURL=about.css.map */