.footer {
	background-color: white;
	box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.5);
}
.icon-footer a{
	text-decoration: none;
	font-size: 1.2em;
}
@media screen and (min-width: 576px){
	.footer-section:not(:last-child){
		border-right: 1px solid #9d9d9c;
	}
}