.ce_rsce_text {
	padding-top: 1rem;
	padding-bottom: 1rem;
	/* max-width: 40rem; */
}
.ce_rsce_text__hl {
	font-family: var(--font-hl);
	color: black;
	font-size: var(--xl);
	margin-bottom: 0rem;
	line-height: var(--lh-xl);
	
}
.ce_rsce_text__copy {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	font-family: var(--font-light);
	
}
@media screen and (min-width: 768px){
	.ce_rsce_text {
	padding-top: 3rem;
	padding-bottom: 3rem;
	}
	.ce_rsce_text__hl {
	
	}
	.ce_rsce_text__copy {
	
	}	
	
}
@media screen and (min-width: 992px){
	.ce_rsce_text {
	padding-right: 20%;
	}
	.ce_rsce_text__hl {
	
	}
	.ce_rsce_text__copy {
	
	}	
	
}



