/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

footer {
    padding: 22px 16px;
}

footer .container {
    padding-left: 0;
    padding-right: 0;
}

footer .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

footer .container ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media(min-width:768px) {
    footer {
    padding: 22px 16px;
}
    footer {
        margin-top: 100px;
    }

    footer {
        padding: 12px 24px;
    }

    footer .container ul {
        gap: 52px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}