.future {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #190402;
}
.future-photo {
  position: absolute;
  inset: 0;
}

.future-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.future-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 7, 6, 0.9),
    rgba(18, 8, 7, 0.6) 45%,
    rgba(15, 8, 7, 0.08) 75%
  );
}
.future-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 1240px;
  margin: auto;
  color: white;
}
.future-inner > span {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #e4bb70;
  font-weight: 500;
  text-transform: uppercase;
}
.future h2 {
  font-size: 66px;
  line-height: 1;
  margin: 18px 0 24px;
  max-width: 700px;
}
.future h2 em {
  color: #e7bd72;
  font-weight: 400;
}
.future p {
  font-size: 19px;
  color: #eee5df;
  max-width: 620px;
}
.future a {
  display: inline-flex;
  margin-top: 22px;
  background: #a5151d;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .future {
    min-height: 680px;
  }
  .future-inner {
    width: calc(100% - 36px);
  }
  .future h2 {
    font-size: 46px;
  }
  .future-inner > span {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .future-photo {
    object-position: 60% center;
  }
  .future-photo img {
    object-position: 60% center;
  }
  .future-shade {
    background:
      linear-gradient(90deg, rgba(14, 7, 6, 0.88), rgba(14, 7, 6, 0.38)),
      linear-gradient(0deg, rgba(10, 5, 5, 0.7), transparent);
  }
}
