.simple_hero_module .outer {
  position: relative;
  height: 588px;
  overflow: hidden;
}

.simple_hero_module .bg-image,
.simple_hero_module .bg-image-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
}

.simple_hero_module .bg-image-mobile {
  display: none;
}

.simple_hero_module .bg-image img,
.simple_hero_module .bg-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/*.simple_hero_module .container {*/
/*  max-width: 1920px !important;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  min-width: 1920px;*/
/*}*/

.simple_hero_module .title-container {
  position: absolute;
  bottom: 0;
  padding-left: 114px;
  width: 50%;
}

.simple_hero_module .headline {
  max-width: 570px;
  margin: auto auto 48px auto;

  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.simple_hero_module .headline .title {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  background: #6cc24a;
  display: inline-block;
  padding: 0px 12px;
  margin-bottom: 10px;
}

.simple_hero_module .headline .tagline {
  color: #ffffff;
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1100px) {
  .simple_hero_module .title-container {
    padding-left: 74px;
  }
}

@media screen and (max-width: 1336px) {
  .simple_hero_module .headline .tagline {
    font-size: 50px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1023px) {
  .simple_hero_module .title-container {
    padding: 15px;
    z-index: 4;
    width: 100%;
    max-width: 576px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .simple_hero_module .outer {
    height: calc(50vh - 60px);
  }

  .simple_hero_module.has-mobile-image .outer {
    height: calc(100vh - 60px);
  }

  .simple_hero_module.has-mobile-image .bg-image {
    display: none;
  }

  .simple_hero_module.has-mobile-image .bg-image-mobile {
    display: block;
  }

  .simple_hero_module .headline {
    left: 0;
    right: 0;
    padding: 15px;
    max-width: 576px;
    margin: auto;
  }

  .simple_hero_module.has-mobile-image .headline {
    bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .simple_hero_module .headline {
    max-width: 100%;
  }

  .simple_hero_module .headline .tagline {
    font-size: 48px;
  }
}
