footer {
    background-color: #494949;
    text-align: center;
}

footer .row {
    padding: 60px 20px;
}

footer .row * {
    color: #fff !important;
    font-size: 16px;
}

footer ul {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

footer ul li {
    list-style-type: none;
}

footer section {
    margin-bottom: 40px;
}

@media screen and (min-width: 640px) {

    footer, footer ul {
        text-align: left;
    }

    footer section {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    footer section:not(:first-child) {
        display: flex;
        justify-content: flex-end;
    }
}