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