body {
  background-color: #fff;
}

.content .basic-section {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.about h2 {
  margin-bottom: 20px;
}
.about table.table-about {
  width: 100%;
  border-collapse: collapse;
}
.about table.table-about th,
.about table.table-about td {
  border: 1px solid #ccc;
  padding: 20px;
}
.about table.table-about th ul,
.about table.table-about td ul {
  margin-left: 20px;
}
.about table.table-about th ul li,
.about table.table-about td ul li {
  list-style: disc;
}
.about table.table-about th {
  font-weight: bold;
  background-color: #dedede;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .content {
    margin-top: 75px;
  }
  .content .section {
    padding: 0 10px;
  }
  .about table.table-about tr,
  .about table.table-about td,
  .about table.table-about th {
    display: block;
    text-align: left;
  }
  .about table.table-about th,
  .about table.table-about td {
    padding: 10px;
    border-top: none;
    border-bottom: none;
  }
  .about table.table-about th {
    width: auto;
  }
  .about table.table-about tr:last-child td {
    border-bottom: 1px solid #dedede;
  }
}/*# sourceMappingURL=company_about.css.map */