.about-neighborhoods-6 .container {
  position: relative;
}

.about-neighborhoods-6__frame {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 18px;
  bottom: -18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #eef7f8 0%, #f7fbfb 100%);
  pointer-events: none;
}

.about-neighborhoods-6__panel {
  position: relative;
  padding: 44px 42px;
  max-width: 1120px;
}

.about-neighborhoods-6__copy + .about-neighborhoods-6__copy {
  margin-top: 18px;
}

.about-neighborhoods-6__button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .about-neighborhoods-6__frame {
    display: none;
  }

  .about-neighborhoods-6__panel {
    padding: 28px 22px;
  }
}
