section[class*="-hero"] {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	isolation: isolate;
}

section[class*="-hero"]:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(78, 78, 78, .64) 0%, rgba(18, 18, 18, .82) 100%);
	pointer-events: none;
}

section[class*="-hero"] .container {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 96px 0 88px;
	text-align: center;
}

section[class*="-hero"] .container:before {
	display: none;
}

section[class*="-hero"] .container > * {
	position: relative;
	z-index: 3;
}

section[class*="-hero"] h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.04;
	font-weight: 700;
	letter-spacing: 0;
	color: #fffaf2;
	text-shadow: 0 6px 22px rgba(0, 0, 0, .52);
	overflow-wrap: anywhere;
}

section[class*="-hero"] p {
	max-width: 760px;
	margin: 14px auto 0;
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255, 255, 255, .95);
	text-shadow: 0 3px 14px rgba(0, 0, 0, .44);
}
