.hero_content_overlay-layout {
	position: relative;
	aspect-ratio: 15/5;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 200px;
}

.pk-hero-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero_content_overlay-layout .hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.hero_content_overlay-layout::before {
	content: ''; position: absolute; inset: 0; z-index: 5;
	background-color: rgba(0, 0, 0, 0.25);
}
.hero_content_overlay-layout .pk-row {
	position: relative; z-index: 10;
}

.hero_content_overlay-layout .pk-col {
	padding: 3.5rem 5rem;
	background-color: var(--pk-color-tertiary);
	margin-bottom: -200px;
}