.ccm-block-calendar-event-list { display: flex; } 

.title-part { margin-bottom: 28px;  }
.title-part h2 { display: inline-block; position: relative; }
.title-part .ccm-block-calendar-event-list-link { float: right; position: relative; }
.title-part .ccm-block-calendar-event-list-link a { color: #313971; display: inline-block; font-weight: 700; margin-top: 15px; text-decoration: none; }
.title-part .ccm-block-calendar-event-list-link a:hover { color: #22295d; }

.title-part + div { height: auto !important; }
.title-part + div > div { display: flex; flex-wrap: wrap; justify-content: flex-start; }
div.ccm-block-calendar-event-list-event { background: #549F94; border-radius: 8px; color: #fff; margin: 0 1%; padding: 24px 18px; text-align: center; width: 23%; } 
.ccm-block-calendar-event-list-event:first-of-type { margin-left: 0; }
.ccm-block-calendar-event-list-event-title { font-family: "Barlow Semi Condensed"; font-size: 1.4em; font-weight: 700; line-height: 1.1em; margin: 12px 0 7px; text-shadow: 0 2px 4px #222; text-transform: uppercase; }
.ccm-block-calendar-event-list-event-date-full { font-weight: 700; text-shadow: 0 2px 4px #222; }

@media screen and (max-width: 992px) {
    div.ccm-block-calendar-event-list-event { margin-bottom: 18px; width: 48%; }
    .ccm-block-calendar-event-list-event:nth-of-type(3) { margin-left: 0; }
}

@media screen and (max-width: 560px) {
    .title-part .ccm-block-calendar-event-list-link { float: none; }
    .title-part .ccm-block-calendar-event-list-link a { margin-top: 0; }
    div.ccm-block-calendar-event-list-event { margin: 0 0 18px !important; width: 100%; }
}