a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 46px;
	margin-bottom: 20px;
	padding: 15px 0px;
	text-align: center;
}

h2 {
	color: #ffffff;
	font-size: 35px;
	text-decoration: underline #c8e1e1;
}

p, ul {
	color: #d0d0d0;
	font-size: 18px;
	line-height: 1.6;
}

strong {
	color: #ffffff;
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

.container-privacy {
	background: linear-gradient(91deg, rgba(24,147,237,0.08) 0.73%, rgb(162 246 255 / 45%) 290.27%);
	border-radius: 8px;
	border: 0.514px solid #f5f5f54a;
	box-shadow: 0px 20.551px 102.756px 0px rgba(0,0,0,0.25);
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	margin: 30px auto;
	max-width: 900px;
	padding: 40px;
}

@media (max-width: 922px) {
	.container-privacy {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	a {
		font-size: 14px;
		text-decoration: none;
	}

	h1 {
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-size: 30px;
		margin-bottom: 20px;
		padding: 15px 0px;
		text-align: center;
	}

	h2 {
		color: #ffffff;
		font-size: 22px;
		text-decoration: underline #c8e1e1;
	}
}