/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe,
.items_b109276e11fc4014a677ca21e5330aa8,
.items_f0d1520360f6463bbb1e871c4c59405b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item,
.items_b109276e11fc4014a677ca21e5330aa8 > .item,
.items_f0d1520360f6463bbb1e871c4c59405b > .item {
	display: flex;
	flex-direction: column;
}

/* Mobile Style*/
@media only screen and (max-width: 767px) {
    div.blockWrap_d520efd4bd494d8793f5b7f11fa235eb {
        padding-bottom: 20px;
    }
}