.image-banner.bg-image-wrapper {
  min-height: 45rem;
  padding-top: 15rem;
  padding-bottom: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .image-banner.bg-image-wrapper {
    height: calc(100vh - 4.3rem);
    max-height: 85rem;
  }
}

.image-banner .text-content {
  max-width: 110.4rem;
  margin-left: auto;
  margin-right: auto;
}