@use '../_settings/index' as *;
@use "../_global/index" as *;

footer, #site-footer {
    margin-top: 30px;
    background: $color-light-grey;

    > .footer-inner {
        width: 100%;
        max-width: 100%;
        padding: 0;

        @include mq('desktop') {
            max-width: 1728px;
            padding: 0 40px;
        }

    }
}
