@media only screen and (max-width:767px){
    .blockWrap_a34bb62408d64d7981ddf9bf158d8ef0 .blockText{
padding-top: 10px;
    padding-bottom: 100px;
}
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}


strong{
    font-size:23px!important;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}