#background {
	background-image: none !important;
}
#policy-content {
	width: 90%;
	margin: auto;
	font-family: Montserrat;
	color: #000;
}
li.cnf.top:before {
	font-size: 1.8rem;
	font-weight: 600;
}
.h4 {
	font-size: 1.8rem;
	font-weight: 600;
}
.cnf {
	font-size: 1.6rem;
}
ol.cnf {
	padding-inline-start: 3.0rem;
	counter-reset: item;
}
ol.cnf.top {
	padding-inline-start: 1.0rem;
}
li.cnf {
	display: block;
}
li.cnf:before { 
	content: counters(item, ".") " ";
	counter-increment: item;
}