.ce_rsce_subhero {
	position: relative;
	margin-bottom: var(--indent);
	
}
.ce_rsce_subhero__title {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	top: 0rem;
	left: 0rem;
	
}
.ce_rsce_subhero__hl {
	background-color: rgba(200,149,28,.7);
	border-radius: clamp(3rem,5vw,6rem);
	padding: var(--indent);
	min-width: 50%;
	font-size: clamp(1.4rem,3vw,3.5rem);
	font-family: var(--font-hl);
	text-align: center;
	color: var(--cl3);
	
}




