/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ab7dfbbce807427ab792a2494696b36e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ab7dfbbce807427ab792a2494696b36e > .item {
	display: flex;
	flex-direction: column;
}

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

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

/* Change item class here */
.items_fd03921f1058447f933057e1290a6096 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fd03921f1058447f933057e1290a6096 > .item {
	display: flex;
	flex-direction: column;
}