/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c27e673b1ab245109edecfeb704e775c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c27e673b1ab245109edecfeb704e775c > .item {
	display: flex;
	flex-direction: column;
}