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