/*Targets the parent container of the simple list items*/
.items_da11ea4d1d09477bb12f1470cdddfb5b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_da11ea4d1d09477bb12f1470cdddfb5b > .item {
   display: flex;
   flex-direction: column;
}