
@media (max-width:500px) , (max-device-width:500px){
	.mobile-footer div {
		border-right:1px solid white;
		border-left:0;
	}
	.mobile-footer div:last-of-type {
		border-right:0;
	}
}