/* Idylease Tree Farm Gallery — page-specific editorial layer */
.rz-gallery-intro {
  padding-top: 62px;
  padding-bottom: 10px;
}

.rz-gallery-intro-copy {
  max-width: 860px;
}

.rz-gallery-kicker {
  margin: 0 0 11px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.rz-gallery-intro h2,
.rz-gallery-context h2 {
  margin: 0 0 18px;
  line-height: 1.15;
}

.rz-gallery-intro-copy > p:last-child {
  max-width: 810px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.rz-gallery-context {
  margin-top: 68px;
  margin-bottom: 72px;
  padding-top: 48px;
  border-top: 1px solid #dedede;
}

.rz-gallery-context p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .rz-gallery-context .col-lg-7 {
    margin-top: 18px;
  }
}

@media (max-width: 767.98px) {
  .rz-gallery-intro {
    padding-top: 48px;
  }
  .rz-gallery-context {
    margin-top: 48px;
    margin-bottom: 56px;
    padding-top: 38px;
  }
}
