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