@charset "utf-8";

.privacyPolicy {
	background-color: #F2F5E9;
	margin-top: 5vw;
	padding-top: 6.5vw;
	padding-right: 10vw;
	padding-bottom: 6.5vw;
	padding-left: 10vw;
}

h2 {
	font-size: 2.5vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 1em;
}

h2  br {
	display: none;
}

h3 {
	font-size: 2.1vw;
	line-height: 120%;
	font-weight: 400;
	margin-bottom: 1.2em;
	padding-top: 0.2em;
	padding-left: 0.4em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #4B9DB8;
	padding-bottom: 0.3em;
}

.policyTxt {
	font-size: 1.1vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 1.4em;
}

.policyTxtEnd {
	font-size: 1.1vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 4em;
}


@media screen and (max-width: 767.98px){ /*768-992*/

.privacyPolicy {
	background-color: #F2F5E9;
	margin-top: 0vw;
	padding-top: 6.5vw;
	padding-right: 6vw;
	padding-bottom: 6.5vw;
	padding-left: 6vw;
}

h2 {
	font-size: 6vw;
	line-height: 140%;
	font-weight: 500;
	padding-bottom: 1em;
	text-align: center;
}

h2  br {
	display: block;
}

h3 {
	font-size: 3.4vw;
	line-height: 120%;
	font-weight: 400;
	margin-bottom: 1.2em;
	padding-top: 0.2em;
	padding-left: 0.8em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #4B9DB8;
	padding-bottom: 0.3em;
}

.policyTxt {
	font-size: 2.5vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 1.4em;
}

.policyTxtEnd {
	font-size: 2.5vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 4em;
}




}
