.privacy-policy-page.top_panel_over .top_panel_wrap {
	position: relative;
	z-index: 10000;
	background-color: #018763;
}

.privacy-policy-page .top_panel_fixed_wrap {
	display: none;
}

.privacy-policy-page .page_top_wrap {
	background-color: #f4f7f9;
}

.privacy-policy-page .page_top_wrap .page_title {
	color: #356f7e;
	font-family: Roboto, sans-serif;
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.2;
}

.privacy-policy-page .sc_section .sc_content.content_wrap {
	max-width: 820px;
	padding-top: 4.5em;
	padding-bottom: 4.5em;
}

.privacy-policy-page .post_content {
	max-width: 820px !important;
	margin: 0 auto !important;
	color: #5f6f76;
	font-size: 16px;
	line-height: 1.75;
}

.privacy-policy-page .post_content h2 {
	margin: 2.6em 0 0.9em;
	padding-left: 0.85em;
	border-left: 4px solid #1dbb90;
	color: #356f7e;
	font-family: Roboto, sans-serif;
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.25;
}

.privacy-policy-page .post_content h2:first-child {
	margin-top: 0;
}

.privacy-policy-page .post_content h3 {
	margin: 1.8em 0 0.7em;
	color: #018763;
	font-family: Roboto, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.35;
}

.privacy-policy-page .post_content p {
	margin: 0 0 1.05em;
	color: #5f6f76;
	font-size: 16px;
	line-height: 1.75;
}

.privacy-policy-page .post_content ul {
	margin: 0 0 1.4em;
	padding-left: 0;
	list-style: none;
}

.privacy-policy-page .post_content li {
	position: relative;
	margin-bottom: 0.65em;
	padding-left: 1.4em;
	color: #5f6f76;
	line-height: 1.7;
}

.privacy-policy-page .post_content li:before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #1dbb90;
}

.privacy-policy-page .post_content strong {
	color: #356f7e;
	font-weight: 700;
}

.privacy-policy-page .post_content a {
	color: #018763;
}

.privacy-policy-page .post_content a:hover {
	color: #1dbb90;
}

.privacy-policy-page .policy-heading-icon {
	display: inline-block;
	margin-right: 0.35em;
	font-size: 0.8em;
	line-height: 1;
	vertical-align: 0.05em;
	opacity: 0.65;
}

@media (max-width: 768px) {
	.privacy-policy-page .page_top_wrap .page_title {
		font-size: 2.3em;
	}

	.privacy-policy-page .sc_section .sc_content.content_wrap {
		padding-top: 2.75em;
		padding-bottom: 2.75em;
	}

	.privacy-policy-page .post_content {
		font-size: 15px;
		line-height: 1.7;
	}

	.privacy-policy-page .post_content h2 {
		margin-top: 2.1em;
		font-size: 1.55em;
	}

	.privacy-policy-page .post_content h3 {
		font-size: 1.15em;
	}

	.privacy-policy-page .post_content p {
		font-size: 15px;
		line-height: 1.7;
	}

	.privacy-policy-page .post_content li {
		line-height: 1.65;
	}
}
