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