/* ============================================================
   Terms & Conditions Page Styles
   Used by: resources/views/term.blade.php
   ============================================================ */
.content-block {
  padding-bottom: 32px;
}
.term-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-dark-blue);
}
.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(--primary-dark-blue);
  margin-bottom: 12px;
}
.term-sub {
  padding-left: 16px;
}
.term-note {
  margin: 16px 0;
}
