/* Terms and Conditions & Privacy Policy Pages Styles */

.term-page {
  width: 100%;
  color: #000;
  padding: 4rem 0px;
}

.term-page .term-container {
  max-width: 900px;
  margin: auto;
}

.term-page .term-heading {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.term-page .term-heading-sub {
  width: 100%;
  color: #71717A;
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.term-page .term-content {
  width: 100%;
}

.term-page .term-title {
  width: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.term-page p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}

.term-page ul {
  padding-left: 30px;
  margin-bottom: 25px;
}

.term-page ul li {
  width: 100%;
  list-style-type: initial;
  font-size: 14px;
  margin-bottom: 8px;
}
.gradient-text {
  background: linear-gradient(90deg, rgba(83, 71, 209, 1) 50%, rgba(26, 140, 255, 1) 100%);
  -webkit-background-clip: text; /* For Chrome, Safari */
  -webkit-text-fill-color: transparent; /* Makes text show the background */
  background-clip: text; /* For Firefox */
  color: transparent;
}