.page-hero__featured-img-section {
	height: 655px;
	overflow: hidden;
	position: relative;
	margin-top: calc(var(--section-padding-block) * -0.3);
	margin-bottom: var(--section-padding-block) !important;
	z-index: 9;
}
.page-hero__featured-img-section > div {
	max-inline-size: calc(var(--width-vp-max) + 100px);
	position: relative;
}
@media screen and (max-width: 767px) {
	.page-hero__featured-img-section {
		padding-left: 12px;
		padding-right: 12px;
	}
}

main {
	--mobile-featured-img-height: 225px;
}

@media screen and (max-width: 1025px) {
	.page-hero__featured-img-section {
		height: var(--mobile-featured-img-height);
		margin-top: 0;
	}
}
.page-hero__featured-img-section > div::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: black;
	opacity: 0.3;
	z-index: 9;
	width: 100%;
	left: 0;
}

.page-hero__featured-img-section img {
	min-width: 100%;
	min-height: 100%;
	max-height: 620px;
}

@media screen and (min-width: 1026px) {
	.page-hero__inner-content p {
		padding-bottom: 6px;
	}
}
