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