.custom-events-widget {
    display: flex;
    justify-content: space-between;
}

.custom-events-widget .upcoming-events,
.custom-events-widget .featured-event {
    width: 48%; /* Adjust width as needed */
}

.custom-events-widget .upcoming-events ul {
    list-style: none;
    padding-left: 0;
}

.custom-events-widget .upcoming-events li {
    margin-bottom: 10px;
}

.custom-events-widget .featured-event h3 {
    color: #0073aa; /* Customize heading color */
}

.custom-events-widget .upcoming-events h3 {
    color: #0073aa; /* Customize heading color */
}
