.flex {

    display: flex;

    flex-wrap: wrap;
    
}

.column {

    flex-direction: column;
    
}