.ce_rsce_pagetitle {
	height: 20rem;
	background-color: var(--color1-lighten);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
	flex-direction: column;
}
.ce_rsce_pagetitle h1,
.ce_rsce_pagetitle h2,
.ce_rsce_pagetitle h3,
.ce_rsce_pagetitle h4,
.ce_rsce_pagetitle h5 {
	font-size: 3rem;
	margin: 0;
	color: white;
	margin-bottom: 1rem;
	
}
.ce_rsce_pagetitle__subline {
	color: white;
	
}
@media screen and (min-width: 768px){
	.ce_rsce_pagetitle {
	margin-bottom: 7rem;
	height: 35rem;
	}
	.ce_rsce_pagetitle h1,
	.ce_rsce_pagetitle h2,
	.ce_rsce_pagetitle h3,
	.ce_rsce_pagetitle h4,
	.ce_rsce_pagetitle h5 {
		font-size: var(--xxxl);
	}
	
}


