.incentive-hero {
  height: 800px;
}

.incentive-hero-inner {
  display: flex !important;

  flex-direction: column;

  justify-content: end;

  height: 100%;

  padding-bottom: 80px;
}

.incentive-hero-title {
  color: #fff;
}

.incentive-hero-btn {
  margin-top: 64px;
}

@media all and (max-width: 980px) {
  .incentive-hero {
    height: 600px;
  }
}

@media all and (max-width: 767px) {
  .incentive-hero {
    height: 500px;
  }
}
