.Terms_container__ztFZE {
  padding: 50px;
  background-color: var(--secondary-bg);
  text-align: left;
  /* max-width: 800px; */
  margin: auto;
}
.Terms_alignment__TIx3l {
  text-align: justify;
}

/* Breadcrumb */
.Terms_breadcrumb__D5g0K {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
}

.Terms_breadcrumb__D5g0K span {
  font-weight: bold;
}

/* Page Title */
.Terms_title__B1LZB {
  font-size: 32px;
  font-weight: bold;
  color: var(--text-color);
}

.Terms_subtitle__NhNDS {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 20px;
}

/* Intro Text */
.Terms_introText__1w33c {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Terms Sections */
.Terms_termsSection__0nRgJ {
  margin-bottom: 30px;
}

.Terms_termsSection__0nRgJ h2 {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.Terms_termsSection__0nRgJ p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.6;
}
.Terms_container__ztFZE ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.Terms_ul__0OIOq li {
  margin-bottom: 10px;
}

