footer{
	background:#FFF url(../images/footer.svg) no-repeat center top / 110% auto;
	font-size: 18px;
	line-height: 23px;
}

footer p{
	font-size: 18px;
	line-height: 23px;
}

@media all and (max-width: 1024px){
	footer{
		background-size: 100vh !important;
		text-align: center;
	}
}

@media all and (max-width: 768px){
	footer{
		background-size: 200vh !important;
		text-align: center;
	}
}