.terms-page {
  max-width: 1090px;
  margin: 0;
  padding: 40px 0px 80px;
  color: #1a1a1a;
  padding-left: 14%;
}

html {
  scroll-behavior: smooth;
}


.terms-page h1 {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
}

.terms-intro {
  font-size: 18px !important;
  margin-bottom: 25px;
}

.terms-list {
  list-style: none;
  padding-left: 0;
}

.terms-list li {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 18px;
  cursor: pointer;
}

.terms-list li a {
  text-decoration: none;
  color: #e86020;
}

.terms-list li a:hover {
  text-decoration: underline;
}


.terms-page h2 {
  font-size: 32px;
  margin: 40px 0 15px;
  font-weight: 500;
}

.terms-page h3{
    font-size: 16px;
    margin-bottom: 8px;
}

.terms-page p {
  font-size: 16px;
  line-height: 1.6;
   margin-bottom: 8px;
  
}

.terms-definitions p {
  margin-bottom: 6px;
}

.terms-definitions strong {
  font-weight: 600;
}

.terms-link {
  color: #e86020;
  text-decoration: none;
  font-weight: 500;
}

.terms-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}


.terms-section {
  margin-top: 40px;
}

.terms-section h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.terms-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 16px;
}

.terms-section p strong {
  font-weight: 600;
}

.terms-link {
  color: #e86020;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.terms-sublist {
  margin-left: 25px;
  line-height: 1.6;
}

.terms-sublist li {
  margin-bottom: 6px;
}
