@media (max-width: 767px)
{
    .social-footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .x-link, .coffee-link {
        flex: 1 1 20%;
        order: 1;
    }

    .privacy-link {
        flex: 1 1 90%;
        order: 2;
        margin-top: 40px;
    }

    .social-footer .social-link {
        justify-content: center;
    }
}