.section.property-plan-section {
  padding: clamp(72px, 8vw, 120px) 0;
  background: #fff;
}

.property-plan-section + [class*="image-band-separated"] {
  margin-top: 0;
}

.property-plan-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 56px);
  text-align: center;
}

.property-plan-heading .section-title {
  max-width: 22ch;
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 3.75vw, 3.6rem);
  font-weight: 300;
  line-height: 1.095;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  text-wrap: balance;
}

.property-plan-heading p {
  margin: 0;
  max-width: 60ch;
  line-height: 1.62;
}

.property-plan-stack {
  display: grid;
  gap: clamp(72px, 8vw, 120px);
  width: 100%;
}

.property-plan-sheet {
  margin: 0;
  min-width: 0;
}

.property-plan-caption {
  margin: 0 24px clamp(24px, 3vw, 40px);
  text-align: center;
}

.property-plan-section .property-plan-image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.property-plan-section .property-plan-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0;
}

@media (max-width: 640px) {
  .property-plan-heading .section-title {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }
}
