  #board_component .sectionTitle {
    margin-bottom: 3.5rem;
}

.trustees{
    font-size:1.2em;
}
.trustees p {
    line-height: 0.75;
    margin-top:0;
}

@media(min-width:992px) {
.trustees {
        column-count:4;
    }
}
 @media (min-width: 767.98px) and (max-width:992px) {

	.trustees {
    column-count: 2;
    }
	
}
@media(max-width:767.98px) {
    h2.u-gold-after {
    margin-top:4rem;
}
}