.single-column {
	position: relative;
	width: 100%;
	padding: 0 4%;
	display: flex;
	justify-content: center;
}

 


.single-column > .max-width {
	max-width: none;
	display: flex;
	justify-content: center;
}

.single-column .wrapper {
	position: relative;
	width: 100%;
	
}

.single-column.centered {
	text-align: center;
}

section.single-column ul{
	list-style:none;
	margin: 20px 0;
}

section.single-column li {
	margin: 10px 0;
	line-height: 1.5em;
	font-weight: 500;
	font-size:1em;
	padding-left:28px;
	position:relative;
}
section.single-column li:before{
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Pro';
}

section.single-column p{
	font-weight:500;
	font-size:1.125em;
}