.event-highlights-container {
  display: flex;
  flex-direction: column;
  background-color: var(--color-background-background-accent-color);
  position: relative;
}
.event-highlights-container .events-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}