.hf-footer-social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (min-width: 768px) {
    footer .hf-grid:not(.footer-below) > .col:last-child > .hf-footer-social-icons {
        justify-content: flex-end;
    }
}
