


/**/
/* Footer */
/**/

footer {
    border-top: .15rem var(--clr-card-border) solid;
    background-color: var(--clr-card);
}

.footer-desktop {

}

.footer__flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1em;
    max-width: initial;
    padding: var(--min-padding);
}

.footer__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    flex: 1;
}

.footer__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: .5em;
    flex-wrap: wrap;
}

.footer__buttons .button {
    flex:1;
}

.footer__partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5em;
}



/**/
/* Large Screens */
/**/

@media only screen and (min-width: 750px) {

    .footer__flow {
        max-width: var(--desktop-max-width);
        margin: 0 auto;
    }
}
