footer {
    margin-top: auto;
    text-align: center;

    background-color: #333;
    color: #fff;
    max-width: 100vw;
}

footer a {
    color: #333;
    color: #ddd;
    font-weight: 500;
}

.footer_menu {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin: 2.2rem 0 0 0;
    font-size: 0.825rem;
    
}

@media screen and (max-width: 700px) {
    .footer_menu {
        justify-content: space-evenly;
        gap: 0;
    }
}

@media screen and (max-width: 500px) {
    footer a span {
        display: none;
    }
}

.footer_partners {
    margin: 2rem 0 1.1rem 0;
}

.footer_bottom {
    margin: 15px 0;
    font-size: 0.7rem;
    font-weight: 500;
    color: #777;
}