.hero-banner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 80px 20px;
}

.hero-breadcrumbs {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.hero-headline {
	width: 100%;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 100%; /* Changed from fixed 800px to 100% to allow alignment to work better */
}

@media (max-width: 767px) {
	.hero-headline {
		font-size: 32px;
	}
}
