.header {
    position: relative !important;
}

section.section-terms {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #acb1c4;
}

section.section-terms h1, section.section-terms h2, section.section-terms h3, section.section-terms h4, section.section-terms h5, section.section-terms h6 {
  font-weight: 600;
  line-height: 1.25;
  margin: 2rem 0 1rem;
  color: #f5be1e;
}

section.section-terms h1 { font-size: 2rem; }
section.section-terms h2 { font-size: 1.75rem; }
section.section-terms h3 { font-size: 1.5rem; }
section.section-terms h4 { font-size: 1.25rem; }
section.section-terms h5 { font-size: 1.1rem; }
section.section-terms h6 { font-size: 1rem; }

section.section-terms p {
  margin: 1rem 0;
  font-size: 1rem;
}

section.section-terms ul,
section.section-terms ol {
  margin: 1rem 0 1rem 2rem;
  padding: 0;
}

section.section-terms ul li,
section.section-terms ol li {
  margin-bottom: 0.5rem;
}

section.section-terms ul {
  list-style-type: disc;
}

section.section-terms ol {
  list-style-type: decimal;
}
