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