@charset "utf-8";

/* ===============================
Privacy Section
================================= */
section.privacy h3,
section.siteporicy h3 {
	font-size: 20px;
	margin: 20px 0 12px;
	text-indent: -1.6em;
	padding-left: 1.6em;
	background: unset;
}
section.siteporicy {
	background-color: #f7f6f5;
}
section.privacy h3::before, section.siteporicy h3::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
	background-color: #f5b442;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}
@media (min-width: 768px) {

	section.privacy h3,
	section.siteporicy h3 {
		font-size: 20px;
		margin: 20px 0 8px;
		padding: 0;
		text-indent: -1.6em;
		padding-left: 1.6em;
	}
	section.privacy h3::before, section.siteporicy h3::before {
		width: 22px;
	}
}