.event-date {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--c-brand-secondary);
}
@media (max-width: 400px) {
  .event-date {
    font-size: 1.125rem;
  }
}