.privacy-policy-section{
	background-color: #919191;
	background-image: url("images/policy-dog.png");
	padding-top: 50px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: 930px;
	background-size: 150px 175px;
}
.privacy-policy-section h4{
	font-family: BebasNeueBold;
	color: #fff;
	font-size: 4.4em;
	text-align: center;
	letter-spacing: 0.02em;
}
.go-back-link{
	padding-top: 30px;
}
.go-back-link h4{
	font-family: Helvetica;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-size: 1.4em;
}
.privacy-policy-text{
	padding-top: 20px;
	padding-bottom: 40px;
}
.privacy-policy-text h4{
	font-family: HelveticaBold;
	/*font-weight: 600;*/
	letter-spacing: 0.02em;
	color: black;
	font-size: 1.4em;
}
.privacy-policy-text p,
.privacy-policy-text li {
	font-family: Helvetica;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: black;
	line-height: 1.6em;
}

.privacy-policy-text h5{
	text-decoration: underline;
	font-family: Helvetica;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: black;
    font-size: 1.0em;
}
.privacy-policy-text h3{
	font-family: Helvetica;
	font-weight: 600;
	font-size: 1.6em;
	color: #4a7c11;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 570px){
	.privacy-policy-text{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1050px){
	.privacy-policy-section{
		background-position: 700px;
	}
}
@media only screen and (min-width: 700px) and (max-width: 900px){
	.privacy-policy-section {
		background-position: 550px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 700px){
	.privacy-policy-section {
		background-position: 400px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 540px){
	.privacy-policy-section {
		background-position: 350px;
	}
}
@media only screen and (min-width: 460px) and (max-width: 500px){
	.privacy-policy-section {
		background-position: 310px;
	}
}
@media only screen and (min-width: 420px) and (max-width: 460px){
	.privacy-policy-section {
		background-position: 280px;
	}
}
@media only screen and  (max-width: 420px){
	.privacy-policy-section {
		background-position: center;
	}
}