
						.header-section {
	background: white;
	padding: 2rem;
	margin-bottom: 2rem;
}
.feature-number {
	font-weight: bold;
	font-size: 1.2rem;
}
#content .cms_region img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.reasons-list {
	background: #e9ecef;
	padding: 2rem;
	border-radius: 8px;
	margin: 2rem 0;
}
.reasons-list li {
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
						
