form.wego-filters {
    display: flex;
    justify-content: space-between;
}


.filter-group label {
    display: block;
}

.wego-event-item-container-inner {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    border-top: 1px solid #333333;
    padding-top: 30px;
    align-items: center;
}

.wge-event-info.wge-event-info-time-location span {
    display: block;
    text-align: center;
}

p.wge-single-date span {
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 20px;
}

p.wge-single-date .wge-day-week {
    font-size: 18px;
}





@media (max-width: 768px) {
  
}