/*** ABOUT STYLE ***/
#content {
  font-size: 13px;
}
.titlePage {
  margin-top: 45px;
}
.tablePage {
  width: 100%;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 75px;
}
.tablePage th {
  background-color: #fafafa;
  width: 200px;
  border: 1px solid #cfd8dc;
  padding-left: 20px;
}
.tablePage td {
  border: 1px solid #cfd8dc;
  line-height: 2;
  padding: 9px 22px;
}
.tablePage td.txtLast {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .titlePage {
    letter-spacing: 0;
  }
  .tablePage {
    margin-bottom: 10%;
    letter-spacing: 0;
  }
  .tablePage th {
    width: 25%;
    padding: 2%;
    line-height: 1.6;
  }
  .tablePage td {
    padding: 2%;
    line-height: 1.7;
  }
}
@media (max-width: 414px) {
  .tablePage {
    margin-bottom: 14%;
  }
  .tablePage th {
    width: 30%;
    padding: 4% 2%;
  }
  .tablePage td {
    padding: 4% 2%;
  }
}
