.footer__menu-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer__menu-list-item {
	margin-bottom: .25rem;
}

.footer__menu-list > .footer__menu-list-item:first-child > .footer__menu-list-link::before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
	.footer__menu-list-item {
		display: inline;
		margin-bottom: 0;
		margin-right: 1rem;
	}
	.footer__menu-list .footer__menu-list-item:last-child {
		margin-right: 0;
	}
}