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