.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}