.tribe-events .tribe-events-calendar-list__event-title {
    color: var(--Design-Text-Title, #31364E);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
color: var(--Design-Text-Title, #31364E);

/* 28 Med */
font-family: Lora;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 36.4px */
text-transform: capitalize;
}

.tribe-events-calendar-list__event-venue .tribe-common-b2{
  border-radius: 16px;
background: var(--Design-Background-Primary, #FFF);
box-shadow: 0px 4px 24px 8px rgba(177, 170, 170, 0.15);  
}
