.headlinebanner-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  background-position-x: 50%;
  background-position-y: 50%;
  margin-bottom: 36px;
}
.headlinebanner-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 460px;
}
.headlinebanner-headline {
  margin-top: 38px;
  font-size: 17px;
  line-height: 25px;
  font-family: "SangBleu", serif;
  color: #fff;
}

.headlinebanner-subline {
  max-width: 580px;
  font-size: 30px;
  line-height: 41px;
  font-family: "SangBleu", serif;
  font-weight: bold;
  color: #fff;
}


@media (min-width: 544px) {
  .headlinebanner-text-wrapper {
    height: 320px;
    padding-top: 24px;
  }

  .headlinebanner-image {
    height: 320px;
    margin-bottom: 80px;
  }

  .headlinebanner-headline {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .headlinebanner-subline {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 769px) {
  .headlinebanner-text-wrapper {
    height: 320px;
    justify-content: center;
  }
}