.footer{
	padding: 30px 0!important;
	background: #ea6f84;
	position:relative;
}

.footer a,.footer p{
	color: white!important;
}
.footer ul{
	    height:22px;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
}
.footer p{
	margin: 0px!important;
}
.footer ul li{
	width: 90px;
	text-align: center;
}
.footer ul li a{
	display: inline-block;
}
.footer ul li a::after{
	content: "";
	display: inline-block;
	margin-left: 15px;
	margin-bottom: -2px;
	width: 1px;
	height:15px;
	background: white!important;
}