/* Equalize Simple List Blocks*/

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

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


/* INDIVIDUAL PLANNING PAGE */

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

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

/* CONTACT PAGE */

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

/* Change item class here */
.items_b389967c89b849e38aa95a4855c2a804 > .item {
	display: flex;
	flex-direction: column;
}
/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    .blockWrap_c7b26f734ee945ecabb7fe53a57f179c .contentTitle {
        font-size: 52px; 
    }
}