.demo-rental {
  margin-top: 8rem;
  margin-bottom: 12rem;
}

.demo-rental .sidebar-list__item {
  width: 17rem;
}

.demo-rental .container {
  position: relative;
}

.demo-rental .sidebar-content {
  display: grid;
  gap: 8rem;
}

.demo-rental .twoColumnBoxLinks .columnLinks {
  justify-content: end;
  padding-right: 1.85rem;
}

.demo-rental .columnLinks-link.--white {
  width: 100%;
  padding-left: 3.5rem;
}

.demo-rental .columnLinks-link.--green.--long {
  width: 100%;
  padding-left: 3.5rem;
}

.twoColumnBoxLinks-top__text--miniText {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 0.8rem;
}

.twoColumnBoxLinks-top__text--miniTitle {
  font-weight: 700;
}

.other-wrapper {
  border: 1px #e3e3e3 solid;
  border-radius: 4px;
}

.other-wrapper.outer {
  padding: 4rem;
  margin-top: 2.4rem;
}

.other-wrapper.inner {
  padding: 3.2rem;
}

.other-column {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 2.4rem;
  align-items: center;
  margin-top: 2.4rem;
}

.other-text__content {
  margin-bottom: 1.6rem;
}

.demo-rental .sidebar-list {
  top: 38%;
}

.columnLinks-link.--green.--long {
  max-width: 19.9rem;
  width: 100%;
  justify-content: space-between;
}

.columnLinks-link.--white {
  max-width: 19.9rem;
  width: 100%;
  justify-content: space-between;
}

.columnLinks-link.--green.--long .columnLinks-link__text {
  padding-left: 0;
  letter-spacing: normal;
}

@media screen and (max-width: 850px) {
  .demo-rental .twoColumnBoxLinks .columnLinks {
    justify-content: start;
  }

  .other-column {
    grid-template-columns: unset;
  }

  .other-wrapper.outer {
    padding: 2.4rem;
    margin-top: 2rem;
  }

  .other-wrapper.inner {
    padding: 2.4rem;
  }

  .other-column img {
    max-height: 30rem;
    object-fit: contain;
  }

  .other-text__content {
    margin-bottom: 2rem;
  }

  .demo-rental {
    margin-top: 0;
    margin-bottom: 9rem;
  }

  .columnLinks-link {
    width: auto;
    justify-content: space-between;
  }

  .columnLinks-link.--green.--long .columnLinks-link__text {
    padding-left: 0;
  }
}
