.about-neighborhoods-2 {
  padding: 0 20px 64px;
  background: #ffffff;
}

.about-neighborhoods-2__container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-neighborhoods-2__shell {
  padding: 58px 72px 56px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(35, 35, 37, 0.5);
  text-align: center;
}

.about-neighborhoods-2__eyebrow {
  margin: 0 0 22px;
  color: var(--color-primary);
  font-family: 'Mulish', sans-serif;
  font-size: var(--section-eyebrow-size);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.about-neighborhoods-2__heading {
  max-width: 1120px;
  margin: 0 auto 32px;
  color: #17181d;
  font-family: 'Mulish', sans-serif;
  font-size: var(--section-heading-size);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.about-neighborhoods-2__description {
  max-width: 1300px;
  margin: 0 auto;
  color: rgba(35, 35, 37, 0.84);
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  line-height: 1.56;
}

.about-neighborhoods-2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 84px;
  margin-top: 42px;
  padding: 20px 36px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 12px 24px rgba(120, 104, 230, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-neighborhoods-2__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(120, 104, 230, 0.32);
}

@media (max-width: 1023px) {
  .about-neighborhoods-2 {
    padding: 0 20px 56px;
  }

  .about-neighborhoods-2__shell {
    padding: 44px 34px 42px;
  }

  .about-neighborhoods-2__heading {
    font-size: var(--section-heading-size-tablet);
  }
}

@media (max-width: 767px) {
  .about-neighborhoods-2 {
    padding: 0 20px 48px;
  }

  .about-neighborhoods-2__shell {
    padding: 32px 22px 30px;
    border-radius: 22px;
  }

  .about-neighborhoods-2__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .about-neighborhoods-2__heading {
    margin-bottom: 24px;
    font-size: var(--section-heading-size-mobile);
  }

  .about-neighborhoods-2__description {
    font-size: 16px;
    line-height: var(--section-body-line-height);
  }

  .about-neighborhoods-2__cta {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    margin-top: 30px;
    padding: 18px 24px;
  }
}
