.future {
  position: relative;
  padding-top: 80px;
  padding-bottom: 96px;
  color: #fff;
}

.future-content {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.future-content-left {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.future-content-header {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
}

.future-content-text {
  font-family: Onest;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.future-content-slogan {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
}

.future-content-slogan2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
}

.future-content-right {
  z-index: 2;
  position: relative;
}

.future-content-right>img {
  object-fit: contain;
  position: absolute;
  bottom: -96px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.future-background {
  background-image: url('../../assets/images/gradient_розовый.jpg');
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}