.terms-condition-page {
	background: linear-gradient(
		180deg,
		rgba(1, 102, 255, 0) 0%,
		rgba(1, 102, 255, 0.1) 100%
	);
}

.terms-condition-page .privacy-policy-content {
	width: 100%;
	padding: 40px 0 50px;
}

.terms-condition-page .privacy-policy-content,
.terms-condition-page .privacy-policy-content * {
	font-family: "Inter", sans-serif !important;
	color: #000000 !important;
}

.terms-condition-page .privacy-policy-content h1 {
	max-width: 381px;
	margin: 0 auto 35px !important;
	font-size: 35px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
}

.terms-condition-page .privacy-policy-content h1 u,
.terms-condition-page .privacy-policy-content h1 span,
.terms-condition-page .privacy-policy-content h1 * {
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.terms-condition-page .privacy-policy-content > :first-child,
.terms-condition-page .privacy-policy-content > :first-child * {
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.terms-condition-page .privacy-policy-content h2 {
	max-width: 674px;
	margin: 0 auto 22px;
	font-size: 26px;
	font-weight: 600 !important;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.terms-condition-page .privacy-policy-content h2:not(:first-child) {
	margin-top: 74px;
}

.terms-condition-page .privacy-policy-content h3 {
	max-width: 674px;
	margin: 0 auto 22px;
	font-size: 26px;
	font-weight: 600 !important;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.terms-condition-page .privacy-policy-content h3:not(:first-child) {
	margin-top: 74px;
}

.terms-condition-page .privacy-policy-content p {
	max-width: 674px;
	margin: 0 auto 0;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 28px;
	text-align: center;
}

.terms-condition-page .privacy-policy-content p:first-of-type {
	max-width: 969px;
	margin-bottom: 68px;
}

.terms-condition-page .privacy-policy-content h2 + p,
.terms-condition-page .privacy-policy-content h3 + p {
	margin-bottom: 68px;
}

.terms-condition-page .privacy-policy-content ul {
	max-width: 674px;
	margin: 20px auto 68px;
	padding-left: 24px;
}

.terms-condition-page .privacy-policy-content ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
