.page-home .container {
  max-width: 1240px;
}

.page-home .page-content > h1 {
  margin-bottom: 0.8rem;
}

.page-home .page-content > p {
  margin-bottom: 0;
}

/* Responsive homepage slider (donor custom overrides). */
.page-home .wppsac-post-slider .wppsac-post-image-bg {
  min-height: 500px !important;
}

.page-home .wppsac-post-slider.design-3 .wppsac-post-short-content {
  height: 30%;
}

@media screen and (min-width: 1300px) {
  .page-home .wppsac-post-slider .wppsac-post-image-bg {
    min-height: 500px !important;
  }
}

@media screen and (min-width: 1550px) {
  .page-home .wppsac-post-slider .wppsac-post-image-bg {
    min-height: 600px !important;
  }
}

@media screen and (max-width: 921px) {
  .page-home .wppsac-post-slider .wppsac-post-image-bg {
    min-height: 360px !important;
  }
}
