.ce_text {
	max-width: 71rem;
}
/*
.ce_text ul {
	list-style-type: disc;
	padding-left: 1.1rem;
	margin-bottom: 1rem;
	
}
.ce_text ol {
	padding-left: 1.5rem;
	list-style: none;
	counter-reset: my-counter;
}
.ce_text ol li {
	margin-bottom: .5rem;
	counter-increment: my-counter;
	position: relative;
}
.ce_text ol li::before {
	content: counter(my-counter);
	color: var(--color4);
	font-size: var(--md);
	left: -1.4rem;
	width: 2rem;
	position: absolute;
	top: 0rem;
}
.ce_text ol li p {
	margin-bottom: 0rem;
	
}
.ce_text ul {
	list-style-type: none;
	padding-left: 1.1rem;
	margin-bottom: 1rem;
	
}
.ce_text.lg ul {
	padding-left: 1.5rem;
	margin-bottom: 1.4rem;
}
.ce_text ul li {
	position: relative;
	margin-bottom: .5rem;
	margin-top: 0rem;
	
}
.ce_text ul li p {
	margin-bottom: 0rem;
	
}
.ce_text ul li:after {
	content: '+';
	position: absolute;
	display: block;
	left: -0.9rem;
	top: 0rem;
	color: var(--color4);
}
.ce_text.lg ul li:after {
	left: -1.3rem;
	top: 0rem;
}
*/
.highlight .ce_text ul li:after {
	color: white;
}