/* remove padding between social icons */
.m-footer-content__social a {
    margin-left: 0;
}

/* vertically align social icons with footer links for desktop */
@media only screen and (min-width:992px) {
    .m-footer-content__social {
        margin-bottom: -5px;
    }
}
