section {
  width: 100%;
  max-width: 900px;
  font-size: 14px;
  margin: 2rem auto;

}

h3 {
  margin: 1.25rem 0;
  font-size: 1.75rem;
  margin-top: 3rem;
}

p {
  font-size: 14px;
}

h4 {
  margin-bottom: 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
  margin: 1rem auto;
}

table tr {
  border-collapse: collapse;
  border-top: solid 2px #999999;
}

table th,
table td {
  text-align: left;
  padding: 1.25rem;
  line-height: 2.5;
}

table th {
  width: 20%;
  line-height: 1.5;
  padding: 0;
}

#sec_1 table th {
  width: 5%;
}

#sec_2 {
  background-color: #E8E8E8;
  padding: 2rem;
}

.red {
  color: red;
  font-size: 14px;
}