.leasing-page h2 {
  text-align: center;
}
.leasing-page .lease-bullets {
  list-style-type: disc;
  margin: 20px 0 0;
  padding-left: 20px;
}
.leasing-page .lease-bullets li {
  display: list-item;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.leasing-page .lease-bullets li:last-child {
  margin-bottom: 0;
}
.leasing-page .lease-hero-copy h1 {
  margin-bottom: 30px;
}
.leasing-page .lease-automation {
  background-color: #f0e9e0;
  padding: 70px 0;
}
.leasing-page .lease-automation .lease-lede {
  font-family: Inter, "Inter", inter, inter-variable, open-sans, "Lato", lato, "Helvetica Neue", "Helvetica", helvetica, sans-serif;
  font-size: 18px;
  color: #282829;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.leasing-page .lease-screening {
  background-color: #fff;
  padding: 70px 0;
}
.leasing-page .lease-screening .lease-screening-lede {
  font-family: Inter, "Inter", inter, inter-variable, open-sans, "Lato", lato, "Helvetica Neue", "Helvetica", helvetica, sans-serif;
  font-size: 18px;
  color: #282829;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.leasing-page .lease-screening .split {
  margin-top: 70px;
}
.leasing-page .lease-screening .split-media img {
  width: 493px;
}
.leasing-page .lease-convert {
  background-color: #f0e9e0;
  padding: 70px 0;
}
.leasing-page .lease-convert .split + .split {
  margin-top: 70px;
}
.leasing-page .lease-convert .split-media img {
  width: 493px;
}
.leasing-page .lease-esign {
  background-color: #bda0ff;
  padding: 70px 0;
  text-align: center;
}
.leasing-page .lease-esign .lease-esign-lede {
  font-family: Inter, "Inter", inter, inter-variable, open-sans, "Lato", lato, "Helvetica Neue", "Helvetica", helvetica, sans-serif;
  font-size: 18px;
  color: #282829;
  max-width: 900px;
  margin: 0 auto;
}
.leasing-page .lease-cta {
  background-color: #f0e9e0;
  padding: 80px 0;
  text-align: center;
}
.leasing-page .lease-cta .lease-cta-illus {
  max-width: 110px;
  margin: 0 auto 10px;
  display: block;
}
.leasing-page .lease-cta .loft-btn {
  margin-top: 30px;
}

@media (max-width: 980px) {
  .leasing-page .lease-convert .split + .split {
    margin-top: 40px;
  }
}
