ul.vc_next-events-events {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.vc_next-events-events li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

ul.vc_next-events-events li time {
    width: 64px;
    height: 64px;
    justify-content: space-between;
    color: white;
    text-align: center;
    border-radius: 100%;
}

ul.vc_next-events-events li time div.date-month {
    font-size: 22px;
    line-height: 27px;
    padding-top: 8px;
    font-weight: bold;
}

ul.vc_next-events-events li time div.date-day {
    font-size: .8em;
    line-height: .8em;
    height: 33%;
}

ul.vc_next-events-events li time div {
    display: flex;
    justify-content: center;
}

ul.vc_next-events-events li > div {
    width: calc(100% - 64px - 20px);
}

