.private-events-heading {
  margin-bottom: 21px;
}

.private-events-intro {
  font-size: 21px;
  margin-bottom: 25px;
}

.private-events-content {
  max-width: 1400px;
  margin: auto;
}

.pw-content-copy__hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}

.pw-content-copy__hero p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  max-width: 525px;
  padding: 0 15px;
}

@media (max-width: 500px) {
  .pw-content-copy__hero p {
    font-size: 25px;
  }
}

.pw-content-copy__hero p:first-of-type {
  margin-bottom: 20px;
}

.pw-content-copy__hero p:not(:first-of-type) {
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 500px) {
  .pw-content-copy__hero p:not(:first-of-type) {
    font-size: 20px;
  }
}

.pw-content-copy__hero p:nth-of-type(2) {
  margin-bottom: 10px;
}

.pw-middle-copy__left > div {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .pw-content-copy__middle--filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}

.pw-content-copy__middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pw-content-copy__middle p {
  text-align: center;
  color: #000;
  max-width: 600px;
  padding: 0 15px;
}

.pw-quote {
  font-style: italic;
  font-size: 30px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .pw-content-copy__middle p {
    color: #fff;
  }

  .pw-quote {
    position: absolute;
    top: 75px;
    z-index: 1;
  }

  .z-index-on-mobile {
    z-index: -1;
  }
}

@media (max-width: 500px) {
  .pw-quote {
    font-size: 20px !important;
    top: 50px;
  }
}

@media (min-width: 992px) {
  .pw-middle-copy__left {
    padding-right: 0;
  }

  .pw-middle-copy__right {
    padding-left: 0;
  }
}
