h2, h3 {
  line-height: 1.1;
  margin: 24px 0 12px;
  font-weight: bold;
  font-family: var(--pts-font-family);
}

.stf-content__inner {
  padding: 24px var(--pts-spacing__base) 90px;
}

.stf-terms__content {
  font-family: var(--pts-font-family);
  font-weight: 400;
  color: #3c3b3f;
  margin-bottom: 20px;
}

.stf-terms__content p,
.stf-terms__content ol {
  margin: 0 0 12px;
}

.stf-terms__content p,
.stf-terms__content ol li {
  font-size: 14px;
  line-height: 1.72857;
}

.stf-terms__content ol {
  list-style: decimal;
  padding-left: 40px;
}

.stf-terms__content ol li {
  margin-bottom: 2px;
}

.stf-terms__alpha-list {
  list-style-type: lower-alpha!important;
  margin-bottom: 0!important;
}

.stf-terms__heading {
  margin-top: 0;
  font-size: 30px;
  color: var(--pts-color__primary);
}

.stf-terms__sub-heading {
  font-size: 22px;
  color: #212223;
}
