.social_footer_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.social_item {
    margin: auto 0 auto 0;
}

.social_item  img {
    display: inline-block;
    width: 50px;
    height: auto;
}