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