.event-heading {
  background-size: cover;
  background-position: center center;
}

.event-heading-container {
  padding: 5rem 15px;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(270deg, black, transparent);
}

.event-heading-container--text {
  color:white;
  max-width: 40rem;
}

.event-heading-container--text > * {
  margin: .5rem 0;
}

.event-heading-container--text h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-body-family);
}

.event-heading-container--text p {
  font-size: 18px;
}