.termsOfUsePage {
  overflow-x: hidden;
}
.termsOfUsePage h2 {
  margin-top: 30px !important;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}
.termsOfUsePage .tableOfContents {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
  margin: 20px 0;
}
.termsOfUsePage .tableOfContents h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.termsOfUsePage .tableOfContents ul {
  list-style-type: none;
  padding-left: 15px;
  margin: 0;
}
.termsOfUsePage .tableOfContents li {
  margin: 8px 0;
}
.termsOfUsePage a {
  color: var(--text-color-selected);
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.termsOfUsePage a:hover {
  color: var(--text-color-dark);
}