.committees-page .about-widget {
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .committees-page .widget-title-container {
        margin-top: 32px;
        margin-bottom: 0;
    }
    .committees-page .main-description {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .committees-page .release-summary,
    .committees-page .events-widget .event-title,
    .committees-page .release-title {
        min-height: 96px;
    }
    .committees-page .events-widget .event-summary{
        min-height: 144px;
    }
}