.home_promo > * {
  z-index: 1;
}
.home_promo {
  background: #ff8f33;
  height: 400px;
  display: flex;
  position: relative;
}

.home_promo_button_wrap {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
}

.home_promo_button_bg_wrap {
  z-index: 0;
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26%;
  overflow: hidden;
}
.promo_button_bg {
  flex-grow: 0;
}
.promo_button_bg.mobile {
  display: none;
}
.promo_button_bg_fillter {
  background: #f3472c;
  flex-shrink: 1;
  width: 100%;
}
.home_promo_photo {
  height: 400px;
  min-width: 400px;
  display: flex;
  background-size: cover;
  background-position: center center;
}

.home_promo_content {
  padding: 83px 5% 83px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_promo_content .top-headline {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (min-width: 900px) and (max-width: 1050px) {
  .home_promo .home_promo_photo {
    min-width: 300px;
  }
  .home_promo h2.headline {
    font-size: 24px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 720px) and (max-width: 899px) {
  .home_promo .home_promo_photo {
    min-width: 200px;
  }
  .home_promo h2.headline {
    font-size: 24px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 720px) {
  .home_promo {
    height: auto;
    flex-direction: column;
  }

  .home_promo_content {
    float: none;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
  }

  .home_promo_photo {
    height: 390px;
    width: 100%;
    min-width: 100%;
  }
  .home_promo_button_wrap {
    width: 100%;
    height: 37vw;
    padding: 0;
  }

  .home_promo_button_wrap .button {
    width: 300px !important;
  }

  .promo_button_bg.desktop,
  .promo_button_bg_fillter {
    display: none;
  }
  .promo_button_bg.mobile {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .home_promo_button_bg_wrap {
    height: 60vw;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    display: block;
  }
}
