.heading-image-inn {
  position: relative;
  z-index: -1;
}

.heading-image-inn__content {
  position: absolute;
  bottom: 3rem;
  display: flex;
  align-items: center;
  color: #F7F2E1;
  left: 4rem;
  right: 0;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .heading-image-inn__content {
    position: absolute;
    bottom: 3rem;
    display: flex;
    align-items: center;
    color: #F7F2E1;
    left: 4rem;
    right: 10rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.heading-image-inn__text {
  width: 80%;
  font-size: 4vw;
  line-height: 5vw;
}
@media screen and (min-width: 1024px) {
  .heading-image-inn__text {
    font-family: "HelveticaNeueLT";
    font-size: 2vw;
    width: 35%;
    line-height: 2.5vw;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.hero__content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  margin-right: -50%;
  max-width: 95%;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 544px) {
  .hero__content {
    max-width: 750px;
    padding: 2rem 3rem;
  }
}

.hero__heading {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 544px) {
  .hero__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .hero__heading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 544px) {
  .hero__heading {
    margin-bottom: 1rem;
  }
}

.hero__eyebrow {
  color: #464646;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 544px) {
  .hero__eyebrow {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}

.hero__body {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 544px) {
  .hero__body {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}