@import "instance";

.footer_away {
    @include wh(100vw);
    @include center-flex-column;
    @include bc($c2, $c1);
    padding: 10px 0 75px;
    overflow: hidden;


    .logo_adidas_away {
        @include normalize-svg((
            width: nth($l21x, 1),
            height: nth($l21y, 1)
        ));

        @include brp($b6) {
            @include wh(
                nth($l21x, 2),
                nth($l21y, 2)
            );
        }
    }
}
