@media screen and (max-width: 765px) {

    .page .foot {

        align-items:        center;
        display:            grid;
        font-size:          1.25rem;
        gap:                1vw;
        justify-items:      center;
        width:              100%;

    }

}

@media screen and (min-width: 765px) and (max-width: 1405px) {

    .page .foot {

        gap:                2vw;
        width:              100%;

    }

}
