div.content_body div.content ul.strong_points {
    list-style-type: none;
	font-size: 22px;
	padding-left: 0;
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
	
	div.content_body div.content ul.strong_points {
		font-size: 3em;
	}
}