.block--leasing_grid .leasings {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.block--leasing_grid .leasings .leasing {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.block--leasing_grid .leasings .leasing .leasing__image img {
  width: 100%;
}
.block--leasing_grid .leasings .leasing .leasing__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  padding: 32px;
  background-color: var(--grey_100);
}
.block--leasing_grid .leasings .leasing .leasing__content .leasing__details .details__title {
  margin: 0 0 8px 0;
}
.block--leasing_grid .leasings .leasing .leasing__content .leasing__details .details__text {
  color: var(--grey_700);
  margin: 0 0 32px 0;
}
.block--leasing_grid .leasings .leasing .leasing__content .button {
  width: fit-content;
}
.block--leasing_grid .leasings .leasing .leasing__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block--leasing_grid .block__footnotes {
  margin: 16px 0 0 0;
}
.block--leasing_grid .block__footnotes * {
  font-size: inherit;
  line-height: inherit;
  color: var(--grey_800);
}
@media screen and (max-width: 800px) {
  .block--leasing_grid .leasings {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=block_leasing_grid.css.map */
