time.event-summary__date {
    display: flex;
    flex-direction: column-reverse;
    background: #006dae;
    width: 105px;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
}
time.event-summary__date.dt-end {
    flex-direction: column;
}

time.event-summary__date.dt-end>span {  
    text-align: center;
    color: white;
    font-size: 15.5px;
    margin-left: 0;
}

time.event-summary__date.dt-end>span+span {
    font-size: 25.5px;
    font-weight: 700;
    color: white;
}

time.event-summary__date.dt-start>span {
    font-size: 25.5px;
    font-weight:700;
    color: white;
}

time.event-summary__date.dt-start>span+span {
    color: white;
    font-size: 15.5px;
    font-weight: 400;
}

.events-wrapper h4 {
    display: block;
    margin-left: 5px;
    text-decoration: none;
    font-size: unset;
    margin-top: 0;
}

.events-wrapper p.date {
    text-decoration: unset;
    font-size: unset;
    margin-left: 5px;
}

.events-wrapper p.date b {
    font-weight: unset;
}