.hero-container {
  margin-top: -124px;
}
.hero {
  height: 700px;
  border-radius: 0 0 6rem 6rem;
  padding-top: 200px;
  padding-bottom: 150px;
  max-height: 75vh;
  min-height: 700px;
  transition:
    height 1000ms ease,
    max-height 1000ms ease,
    padding-bottom 1000ms ease;
  overflow: hidden;
  will-change: height, max-height;
}
.hero.bg-image-dimmed::before {
  background-color: rgba(23, 32, 45, 0.596);
}
.hero .h1 {
  font-size: 2.8em !important;
}
.hero .container {
  height: 100%;
  padding-top: 62px;
}
.hero .container .row {
  height: 100%;
}
.hero-title-col {
  max-width: 900px !important;
}
.hero-tag {
  padding: 10px 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  border-radius: 29px 0 0 0;
  display: flex;
}
.hero-extended {
  height: 100vh !important;
  max-height: 100vh !important;
}
.hero .container {
  transition: opacity 500ms ease;
}

.hero-extended {
  height: 100vh !important;
  max-height: 100vh !important;
}

.hero-extended .container {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .hero {
    height: 500px;
    padding-top: 150px;
    border-radius: 0 0 4rem 4rem;
  }
  .hero .h1 {
    font-size: 3.6em !important;
  }
  .hero-title-col {
    max-width: unset !important;
  }
}
@media screen and (max-width: 992px) {
  .hero {
    border-radius: 0;
  }
  .hero .h1 {
    font-size: 3.2em !important;
  }
  .hero-tag {
    width: 100vw;
    border-radius: 0;
    background-color: #f1ebe3;
  }
  .hero-tag .btn-primary {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 500px;
    padding-top: 150px;
  }
  .hero .h1 {
    font-size: 2.5em !important;
  }
  .hero .fs-4 {
    font-size: 1em !important;
  }
}
