.page-hero__featured-img-wrapper img {
	transform: translateZ(0);
	object-fit: cover;
	aspect-ratio: 1420 / 514;
	border-radius: var(--radius-l);
}
.page-hero__featured-img-wrapper {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.page-hero__featured-img-wrapper img {
		aspect-ratio: 358 / 229;
	}
}
