.privacy-policy {
	background: #191b26;
}

.privacy-policy .container {
	width: calc(100% - 130px);
	margin: 0px 65px;
}

.privacy-policy-content {
	padding: 80px;
	border: 1px solid #4A4A4A;
	border-radius: 21px;
}

.privacy-policy-heading h2 {
	font-family: var(--Plus-Jakarta-Sans);
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 125%;
	letter-spacing: 0%;
	margin-bottom: 0px;
	color: #FFD700
}

.privacy-policy-ul li {
	color: #fff;
	font-family: var(--DM-Sans);
	font-weight: 400;
	font-style: Regular;
	font-size: 21px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.privacy-policy-anchor:hover {
	color: #fff;
	text-decoration: none;
}

.privacy-policy-anchor {
	color: #fff;

}

.policy-span {
	font-family: var(--DM-Sans);
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 125%;
	letter-spacing: 0%;
	color: #777777 !important;
}

@media (max-width:1600px) {
	.privacy-policy .container {
		width: calc(100% - 120px);
		margin: 0px 60px;
	}

	.privacy-policy-content {
		padding: 70px;
	}

	.privacy-policy-heading h2 {
		font-size: 34px;
	}
}

@media (max-width:1455px) {
	.privacy-policy .container {
		width: calc(100% - 80px);
		margin: 0px 40px;
	}

	.privacy-policy-content {
		padding: 50px;
	}
}

@media (max-width:1366px) {
	.privacy-policy .container {
		width: calc(100% - 60px);
		margin: 0px 30px;
	}

	.privacy-policy-content {
		padding: 40px;
	}

	.privacy-policy-heading h2 {
		font-size: 32px;
	}
}

@media (max-width:1299px) {
	.privacy-policy .container {
		width: calc(100% - 50px);
		margin: 0px 25px;
	}
	.privacy-policy-heading h2 {
	font-size: 28px;
}
}

@media (max-width:991px) {
	.privacy-policy .container {
		width: calc(100% - 0px);
		margin: 0px 0px;
	}
}

@media (max-width:767px) {
	.privacy-policy-content {
		padding: 30px;
	}
}
@media (max-width:567px) {
	.privacy-policy-content {
		padding: 20px 13px
	}
	.privacy-policy-heading h2 {
	font-size: 24px;
}
.about-section-3-multiple-para p {
	font-size: 16px;
}
}