* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.introduction {
  margin-top: 93px;
  padding-bottom: 216px;
}
@media (max-width: 768px) {
  .introduction {
    padding-bottom: 102px;
  }
}
.introduction table {
  max-width: 700px;
  margin: 0 auto;
}
.introduction table tr, .introduction table th, .introduction table td {
  border: solid 1px;
  vertical-align: middle;
}
.introduction table th, .introduction table td {
  padding: 20px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .introduction table th, .introduction table td {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 16px;
  }
}
.introduction table th {
  background-color: #EAE9F3;
  color: #6B3A92;
}/*# sourceMappingURL=company.css.map */