.leasing {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.leasing-bg {
  position: absolute;
  top: 8.4rem;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.leasing-bg img {
  opacity: 0.1;
}

.leasing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 28rem 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
}

.leasing-title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  grid-column: 2 span;
}

.leasing-title span {
  margin-left: 0.5rem;
}

.leasing-desc {
  padding-top: 0.8rem;
  border-top: 1px solid var(--white);
  margin-top: 6.7rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  width: 100%;
}

.leasing-bot {
  border-top: 1px solid var(--grey);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 140%;
  color: var(--grey);
  padding-top: 0.8rem;
  margin-top: 1.8rem;
}

.leasing-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8rem;
  row-gap: 3.4rem;
  grid-column: 2/3;
  padding-top: 4.8rem;
}

.leasing-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.leasing-head {
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.text {
  padding-top: 30px;
  font-size: 18px;
}

.leasing-img {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.leasing-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}

.leasing-subdesc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: var(--l-grey);
  margin-top: 0.8rem;
}

.weworks-title {
  max-width: 98rem;
}

.weworks-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.2rem;
}

.weworks-img {
  width: 100%;
  height: 18.7rem;
}

@media (max-width: 1024px) {
  .leasing-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }

  .leasing-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
  }

  .leasing-title span {
    margin-left: 0;
  }

  .leasing-desc {
    display: grid;
    grid-template-columns: 24rem 1fr;
    margin-top: 0;
    border-top: 0;
    gap: 2rem;
  }

  .leading-desc-inner {
    border-top: 1px solid #fff;
  }

  .leasing-bot {
    margin-top: 0;
  }

  .leasing-list {
    gap: 1.6rem;
    padding-top: 0;
  }

  .leasing-subtitle {
    font-size: 1.4rem;
  }

  .weworks-img {
    height: 12rem;
  }
}

@media (max-width: 500px) {
  .leasing-desc {
    grid-template-columns: 1fr 1fr;
  }

  .leasing-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .weworks-list {
    gap: 0;
  }

  .weworks-img {
    height: 6rem;
  }
}