.footer-menu {
	margin-bottom: 22px;
}
.footer-menu__item {
	margin-bottom: 11px;
}
.footer-menu__link {
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
    border-bottom: 1px solid rgba(227, 114, 34, 0.7);
}

@media (min-width: 768px ) {
	.footer-menu {
		display: flex;
		margin-bottom: 0;
	}

	.footer-menu__item{
		display: flex;
		margin-bottom: 0;
	}
	.footer-menu__item:after {
		content: '';
		margin: 0 22px;
		display: block;
		height: 28px;
		border-left: 1px solid white;
	}
	.footer-menu__item:last-child:after {
		content: unset;
	}

}