.district-post-card .vc_gitem-post-data-source-post_title,
.district-post-card .vc_gitem-post-data-source-post_title * {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}
/* Let the news card height follow its content */
.district-news-card.vc-gitem-zone-height-mode-auto::before {
    content: none !important;
    display: none !important;
    padding-top: 0 !important;
}

/* Put the card content back into the normal document flow */
.district-news-card .vc_gitem-zone-mini,
.district-news-card .vc_gitem_row {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
}

/* Leave a reasonable amount of space below the button */
.district-news-card .vc_gitem-col {
    padding-bottom: 40px !important;
}