.content-block {
  background: #f2f2f2;
  min-height: 100vh;
  padding-bottom: 32px;
}
.term-title {
  color: #1d3660;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.term-sub-title {
  color: #1d3660;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 32px;
  margin-bottom: 12px;
}
.term-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #1a1a1a;
  padding: 0 24px;
}
.term-detail p {
  margin-bottom: 10px;
}
.term-detail ol,
.term-detail ul {
  padding-left: 1.5em;
}
.term-detail ol > li,
.term-detail ul > li {
  margin-bottom: 10px;
}
ol.decimal {
  list-style-type: decimal;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
.indent {
  margin-left: 1.5em;
}
.example {
  font-style: italic;
}
.note {
  font-style: italic;
}
.u {
  text-decoration: underline;
}
.mark {
  background: #fff59d;
}
li > p {
  margin-left: 16px;
}
