#child-top {
  padding-top: 4.75rem;
}

@media (max-width: 768px) {
  #child-top {
    padding-top: 6rem;
  }
}

.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 #cbbcb4;
  border-bottom: solid 1px #cbbcb4;
  border-collapse: separate;
  border-spacing: 0 1.3rem;
}

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

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

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

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

@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 #cbbcb4;
    border-right: none;
  }
}

.form-control::placeholder {
  color: #16152d;
  opacity: 0.3;
}
