.past-event-single--header {
  padding: 45px 0;
  min-height: 480px;
}

.past-event-single--header .section-bg {
  background-position: 50% 50%;
}

.past-event-single--header .section-bg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.past-event-single--title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.past-event-single--title>* {
  color: #fff;
}

.past-event-single--body {
  background-color: #fff;
  padding: 45px 0;
  border-radius: 70px 70px 0 0;
  margin-top: -70px;
  z-index: 10;
}