.social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-basis: 100%;
}

.social-icons li,
.shared-top .content-footer .social-icons li a,
.shared-top-featured .social-icons li a {
    padding: 0 16px;
}

.social-icons li:first-child,
.shared-top .content-footer .social-icons li a:first-child,
.shared-top-featured .social-icons li a:first-child {
    padding-left: 0;
}

.social-icons li:last-child,
.shared-top .content-footer .social-icons li a:last-child,
.shared-top-featured .social-icons li a:last-child {
    padding-right: 0;
}

@media only screen and (min-width: 641px) {
    .social-icons {
        flex-basis: auto;
    }
}