.image-banner .body-text {
  max-width: 1000px;
}
.image-banner .image-banner__content-wrapper {
  max-height: 80vh;
}

.image-banner .subheading {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 768px) {
  .image-banner .subheading {
  margin-bottom: 1rem !important;
}
}