.stack
{
    display: flex;
    flex: 1;
    flex-direction: column;
}
main .flex .card
{
    flex-basis: 33%;
}