/* Equalize Simple List Blocks*/
/* Change item class here */
.items_eaef81355d5e48f0bf7dc867f9d77648 { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
}
/* Change item class here */
.items_eaef81355d5e48f0bf7dc867f9d77648 > .item {
    display: flex;
    flex-direction: column;
}

/* Hero Image Styles */
.blockWrap_f8cdb6632e0347d49560dda77ed75ff6 {
    border-top: 24px solid #86a0b7;
    border-bottom: 6px solid rgba(255,185,0,0.65);    
}