.e-consent-section{
	background-color: #90cbfb;
	background-image: url("images/policy-dog.png");
	padding-top: 50px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: 900px;
	background-size: 150px 175px;
}
.e-consent-section h4{
	font-family: BebasNeueBold;
	color: #fff;
	font-size: 4.4em;
	text-align: center;
	letter-spacing: 0.02em;
}
.e-consent-rules{
	padding-top: 20px;
	padding-bottom: 30px;
}
.e-consent-rules h4{
	font-family: Helvetica;
	font-weight: 600;
	font-size: 1.4em;
	color: #4a7c11;
	letter-spacing: 0.02em;
}
.e-consent-rules li{
	padding-bottom: 10px;
	font-family: Helvetica;
	color: black;
	font-weight: 600;
	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;
}
@media only screen and (min-width: 900px) and (max-width: 1050px){
	.e-consent-section{
		background-position: 700px;
	}
}
@media only screen and (min-width: 700px) and (max-width: 900px){
	.e-consent-section{
		background-position: 550px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 700px){
	.e-consent-section{
		background-position: 400px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 540px){
	.e-consent-section{
		background-position: 350px;
	}
}
@media only screen and (min-width: 460px) and (max-width: 500px){
	.e-consent-section{
		background-position: 310px;
	}
}
@media only screen and (min-width: 420px) and (max-width: 460px){
	.e-consent-section{
		background-position: 280px;
	}
}
@media only screen and  (max-width: 420px){
	.e-consent-section{
		background-position: center;
	}
}
@media only screen and (max-width: 570px){
	.e-consent-rules {
		padding-left: 20px;
		padding-right: 20px;
	}

}

