/* Mobile tyles */
@media only screen and (max-width: 599px) {
div.blockWrap_bbfa8608ed034138b427b6ac584a4fe2,
div.blockWrap_dd475cdcdd5a4ff68d83aac76051e00d {
    padding-bottom: 35px;
}
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ca40afb3f2f34352b2f65eec84071efd { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ca40afb3f2f34352b2f65eec84071efd > .item {
	display: flex;
	flex-direction: column;
}