h1 {
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 800;
  color: #2e67c2;
  text-align: center;
  margin-top: 100px;
}

.content-section p {
  text-align: center;
  padding: 20px 0;
  color: #2e67c2;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  margin-top: 50px;
  box-sizing: border-box;
}
table th,
table td {
  padding: 20px;
  text-align: left;
  padding-bottom: 40px;
  color: #2e67c2;
  line-height: 150%;
  border: solid 1px rgb(205, 205, 205);
}
table th {
  font-weight: 800;
  width: 200px;
}

@media screen and (max-width: 700px) {
  table {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }
  table th {
    padding: 10px;
    padding-bottom: 40px;
    width: 100px;
  }
}/*# sourceMappingURL=info.css.map */