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