#id_programs {
    display: flex;
    flex-flow: row wrap;
}

#id_programs > div {
    min-width: 30%;
    white-space: nowrap;
}

