@media screen and (max-width: 480px) {
    footer {
        height: 200px !important;
        margin: auto;
    }
    footer > div {
        flex-direction: column;
        height: 150px !important;
        width: 100%;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}
