.container > dl > dt {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.container > dl > dd {
  font-size: 14px;
}
.container > dl > dd ul {
  padding-bottom: 20px;
}
.container > dl > dd p {
  padding-bottom: 20px;
}