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