.p-text {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  text-indent: 37px;
}
.p-text-wrap {
  padding: 10px;
}
.p-text-wrap.no-indent .p-text {
  text-indent: 0;
}

.p-table {
  width: 100%;
  border-collapse: collapse;
}
.p-table tr {
  display: block;
}
.p-table tr:nth-child(even) {
  background: rgb(217, 226, 243);
}
.p-table th {
  padding: 10px;
  color: rgb(46, 84, 151);
  text-align: center;
  width: 180px;
  border-right: 1px solid rgb(46, 84, 151);
}
.p-table td {
  padding: 10px;
  color: rgb(46, 84, 151);
}

.page_about .p-text {
  font-size: 19px;
}
.page_about .p-table {
  background: #e8eded;
}
.page_about .p-table th, .page_about .p-table td {
  font-size: 19px;
}/*# sourceMappingURL=style.css.map */