@media (max-width: 767px) {
    footer {
        padding: 1rem !important;
    }

    footer .row div:first-of-type {
        width: 100%;
        text-align: center;
        margin-bottom: .5rem;
    }

    footer .row div:last-of-type {
        width: 100%;
    }

    #footer-menu ul {
        margin-right: auto;
    }

}