#child-top {
  padding-top: 9.25rem;
  padding-bottom: 6.25rem;
}

.child-head {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 0.9rem;
}

table.simple {
  width: 100%;
  border: none;
  border-top: solid 1px #B2BDC8;
  border-bottom: solid 1px #B2BDC8;
  border-collapse: separate;
  border-spacing: 0 1.3rem;
}

table.simple th,
table.simple .data td {
  padding: 0 1.4rem;
  margin: 0;
  color: #333333;
  vertical-align: baseline;
  overflow: hidden;
}

table.simple th {
  max-width: fit-content;
  /* border-right: solid 1px #B2BDC8; */
  font-weight: bold;
  white-space: nowrap;
}

table.simple .data td {
  border: none;
}

table.simple td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #B2BDC8;
}

@media (max-width: 768px) {
  table.simple th,
  table.simple .data td {
    display: block;
  }
  table.simple th {
    padding: 0 0.4rem;
    margin: 0 1rem 0.4rem;
    border-bottom: solid 1px #B2BDC8;
    border-right: none;
  }
}

.person.child {
  flex-basis: 15rem;
}

.person-bio {
  flex: 1;
}

.person-bio h3 span {
  font-size: 0.6em;
  margin-right: 1em;
  font-weight: 400;
}

.image-size {
  width: 10%;
}

.base-color {
  background-color: #fbfaf9;
}

.base-color-w {
  background-color: #fff;
}

.face-color {
  border: 4px solid #c2ecfd;
}

.rounded-box-1 {
  border: 1px solid #000;
  border-radius: 40px 40px 40px 40px;
  color: white;
  background-color: #7e8085;
  height: 40px;
  font-size: medium;
  text-align: center;
  line-height: 40px;
}

.rounded-box-2 {
  border: 1px solid #000;
  border-radius: 40px 40px 40px 40px;
  color: black;
  background-color: #fff;
  height: 40px;
  font-size: medium;
  text-align: center;
  line-height: 40px;
}