 .mth-upcoming-events {
     display: flex;
     flex-wrap:wrap;
	 justify-content: center;
     gap: 1.5rem;            
 }

 .mth-upcoming-events .mth-event {
     width:260px;
 }

 h3.mth-event-header {
	 padding: 0;
 }

 .mth-event-header {
     display:flex;
     text-align:center;
     line-height: 100px;
     border: 3px solid #18453b;
 }

 .mth-event-month {
     width: 60%;
     text-align: center;
     font-size: 1.25rem;
     background-color: #18453b;
     color: white;
 }

 .mth-event-day {
     font-size: 3rem;
     margin:auto;
 }

 .mth-event-body {
     text-align: center;
     line-height: 1.5rem;
 }

 .mth-event-series {
     font-weight: bold;
 }

.mth-upcoming-events-notfound {
	text-align: center;
}