.sub-title {
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
  margin-left: 20%;
  max-width: 70%;
  margin-bottom: 100px;
}
table th,
table td {
  text-align: left;
  padding-bottom: 50px;
  color: #1a307b;
  line-height: 150%;
}
table th {
  font-weight: 800;
  width: 200px;
}

table.border th,
table.border td {
  text-align: left;
  padding: 20px;
  padding-bottom: 50px;
  color: #1a307b;
  line-height: 150%;
  border: solid 1px rgb(205, 205, 205);
}

@media screen and (max-width: 700px) {
  table {
    margin: 0 auto 100px auto;
    max-width: 80%;
  }
  table th {
    width: 130px;
  }
  table.border th {
    width: 130px;
  }
  table.border th,
  table.border td {
    text-align: left;
    padding: 10px;
    padding-bottom: 50px;
    color: #1a307b;
    line-height: 150%;
    border: solid 1px rgb(205, 205, 205);
  }
}/*# sourceMappingURL=info.css.map */