.Privacy-hero {
	background: url('../assets/images/Privacy Policy Banner.jpg') center/cover no-repeat;
	min-height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: left;
}

.Privacy-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.Privacy-hero .container {
	position: relative;
	z-index: 2;
}

.privacy-card {
	background-color: #212d37;
	color: #fff;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
	margin-bottom: 2rem;
}

.privacy-card h2 {
	display: flex;
	align-items: center;
}

.privacy-card h2 i {
	margin-right: 10px;
	color: #3fae47;
}

.privacy-card ul {
	padding-left: 1.2rem;
}

.privacy-card ul li {
	margin-bottom: 0.5rem;
}

.privacy-card ul li::marker {
	color: #3fae47;
}

section.bg-dark {
	background-color: #1c262f !important;
}

h2.h4 {
	margin-bottom: 1rem;
}
h5 {
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 0.55rem;
}
p {
	margin-bottom: 1rem;
}
ul {
	list-style: disc;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
ul li {
	margin-bottom: 0.5rem;
	text-align: justify;
	text-indent: 1em;
}

