.Terms-hero {
	background: url('../assets/images/Terms and Conditions Banner.jpg') center/cover no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
}

.Terms-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.Terms-hero .container {
	z-index: 2;
	position: relative;
}

.section-title {
	font-size: 1.75rem;
}

.terms-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;
}

.terms-card h2 {
	display: flex;
	align-items: center;
}

.terms-card h2 i {
	margin-right: 10px;
	color: #3fae47;
}

.terms-card ul,
.terms-card ol {
	padding-left: 1.2rem;
}

.terms-card li {
	margin-bottom: 0.5rem;
}

.terms-card ul li::marker,
.terms-card ol li::marker {
	color: #3fae47;
}

section.bg-light {
	background-color: #1c262f !important;
}

ul{
	padding-left: 3.25rem  !important;
}