.custom-event-display {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}
.custom-event-display .event-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.custom-event-display .event-heading h2 {
    font-size: 24px;
    margin: 0 20px;
}
.custom-event-display .event-info p {
    font-size: 16px;
    margin: 0 20px;
}
