ul.checkmark {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	max-width: 900px;
}

ul.checkmark li {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 2.8rem;
	list-style-type: none;
	/*line-height: 2rem;*/
} 

ul.checkmark li:before {
	position: absolute;
	content: " ";
	width: 1.8rem;
	height: 1.8rem;
	left: 0.2rem;
	top: 2px;
	background-image: url('check_svg.php?color=');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
