.bod-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.bod-list .bod-list-wrapper {
  display: flex;
  flex-direction: column;
  padding: 38px 72px;
  background: #fff;
  margin: 0 auto 16px auto;
  color: #666;
}

.bod-list .bod-list-wrapper .line {
  width: 100%;
  height: 1px;
  border: 1px solid #A4B7D8;
  opacity: 0.5;
  margin-bottom: 6px;
}

.bod-list .bod-list-wrapper .bod-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}

.bod-list .bod-list-wrapper .bod-name .div-age-name {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.bod-list .bod-list-wrapper .bod-name .name {
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}

.bod-list .bod-list-wrapper .bod-name .age {
  font-size: 16px;
}

.bod-list .bod-list-wrapper .bod-name .work {
  font-size: 24px;
  margin: 0 10px 0 12px;
}

.bod-list .bod-list-wrapper .desc {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}
