/* Hide the Description title label */
.event-details-label {
    display: none !important;
}

/* Hide the Description content */
.item-description.event-description.editor-output {
    display: none !important;
}