.content-block {
  padding-bottom: 32px;
}
.term-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--Big-C-dark-blue, #ea2225);
  margin-top: 16px;
}
.term-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0 24px;
}
.term-detail p {
  margin-bottom: 4px;
  line-height: 1.6;
}
.term-header {
  font-size: 16px;
  font-weight: 700;
  color: var(--Big-C-dark-blue, #ea2225);
  margin-top: 20px;
  margin-bottom: 12px;
}
.term-note {
  margin: 16px 0;
}
