/* Our History Page Specific Styles */

.section-heading {
  font-size: 1.5em;
  font-weight: 400;
  color: var(--blue-text);
  text-align: left;
  margin: 50px 0 20px;
}

.content-body .footnote {
  font-size: 16px;
  color: var(--blue-text);
  line-height: 1.7;
  margin-top: 30px;
}

.content-body .footnote .inline-link {
  color: var(--green-text);
}
