:root {
  --tw_purple: #625fb6;
  --old_purple1: #6548ea;
  --old_purple2: #8640f9;
  --old_purple3: #4609c8;
  --dark_navy: #121317;
  --tw_new_purple: #625bf6;
}

body {
  font-family: "Roboto"; /*'Domine', serif;*/
  background-color: #FFF;
  max-width: 100% !important;
  overflow-x: hidden;
}

.terms-main-content {
  font-family: "Roboto";
  color: #000;
  font-style: normal;
  line-height: normal;
  width: 90%;
  max-width: 1089px;
  min-height: 100vh;
}

.terms-main-content h1 {
  font-family: Roboto;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  padding: 130px 0 40px 0;
  margin-left: -3%;
}

.terms-main-content h2 {
  font-size: 25px;
  font-weight: 600;
  text-decoration-line: underline;
  margin-bottom: 5px;
}

.terms-main-content ul, .terms-main-content h3, .terms-main-content ol li h2 {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
}

.terms-main-content ol {
  list-style-type: none;
  padding: 0;
}

.terms-main-content ol li {
  counter-increment: list;
  margin-bottom: 10px;
  margin-top: 5px;
}

.li-number::before {
  content: counter(list) ". ";
  font-weight: bold;
}

.li-letter::before {
  content: "(" counter(list, lower-alpha) ") ";
  font-weight: bold;
}

.li-number-clean::before {
  content: counter(list) ". ";
  font-weight: normal;
  margin-right: 36px;
  margin-left: -53px;
}

.li-number-clean {
  margin-bottom: 0!important;
  margin-left: 53px;
}

.terms-main-content ol li h2 {
  margin: 5px 0 20px 0;
  text-decoration-line: none;
}

.terms-main-content h3 {
  font-weight: bold;
  font-size: 17px;
}

.terms-main-content li {
  margin-bottom: 1.5em;
}

.inner-li {
  counter-reset: li-number-counter;
  margin: 20px 0 20px 3px;
}

.inner-li > ol > li {
  counter-increment: li-number-counter;
}

.inner-li > ol > li::before {
  content: counter(li-number-counter) ".";
}

.li-letter p {
  margin-top: 5px;
}
