.about-neighborhoods-4__panel {
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
  padding: 42px 34px 34px;
}

@media (max-width: 1200px) {
  .about-neighborhoods-4__panel {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }
}

@media (max-width: 767px) {
  .about-neighborhoods-4 {
    padding: 24px 0 44px;
  }
}

/* Inlined dependency: about_background-4.css */
.about-background-4,
.about-years-4,
.about-standards-4,
.about-equipment-4,
.about-approach-4,
.about-neighborhoods-4 {
  padding: 16px 0 36px;
}

.about-background-4__panel,
.about-years-4__panel,
.about-standards-4__panel,
.about-equipment-4__panel,
.about-approach-4__panel,
.about-neighborhoods-4__panel {
  border-radius: 28px;
  background: linear-gradient(90deg, var(--color-primary-light) 0%, var(--color-surface-muted) 56%, var(--color-surface-subtle) 100%);
}

.about-background-4__panel {
  padding: 44px 36px 34px;
  text-align: center;
}

.about-background-4__eyebrow,
.about-years-4__eyebrow,
.about-standards-4__eyebrow,
.about-equipment-4__eyebrow,
.about-approach-4__eyebrow,
.about-commitment-4__eyebrow,
.about-neighborhoods-4__eyebrow {
  margin: 0 0 24px;
  color: var(--color-text-dark);
  font-family: var(--font-family-display);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.about-background-4__heading,
.about-years-4__heading,
.about-standards-4__heading,
.about-equipment-4__heading,
.about-approach-4__heading,
.about-commitment-4__heading,
.about-neighborhoods-4__heading {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-family-display);
  font-size: var(--section-heading-size);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.about-background-4__description,
.about-years-4__description,
.about-standards-4__description,
.about-equipment-4__description,
.about-approach-4__description,
.about-commitment-4__description,
.about-neighborhoods-4__description {
  margin: 30px 0 0;
  color: var(--color-text-dark);
  font-size: 22px;
  line-height: 1.42;
}

.about-background-4__description {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.about-background-4__button,
.about-years-4__button,
.about-standards-4__button,
.about-approach-4__button,
.about-commitment-4__button,
.about-neighborhoods-4__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 74px;
  margin-top: 38px;
  padding: 18px 34px;
  background: var(--color-background-dark);
  color: var(--color-text-light);
  font-size: var(--font-size-body);
  text-decoration: none;
  box-shadow: 10px 10px 0 color-mix(in srgb, var(--color-primary) 24%, var(--color-surface));
}

@media (max-width: 767px) {
  .about-background-4,
  .about-years-4,
  .about-standards-4,
  .about-equipment-4,
  .about-approach-4,
  .about-neighborhoods-4 {
    padding: 10px 0 18px;
  }

  .about-background-4__panel {
    padding: 28px 20px 24px;
  }

  .about-background-4__eyebrow,
  .about-years-4__eyebrow,
  .about-standards-4__eyebrow,
  .about-equipment-4__eyebrow,
  .about-approach-4__eyebrow,
  .about-commitment-4__eyebrow,
  .about-neighborhoods-4__eyebrow {
    margin-bottom: 16px;
    font-size: var(--font-size-body);
  }

  .about-background-4__description,
  .about-years-4__description,
  .about-standards-4__description,
  .about-equipment-4__description,
  .about-approach-4__description,
  .about-commitment-4__description,
  .about-neighborhoods-4__description {
    margin-top: 18px;
    font-size: var(--font-size-body);
  }

  .about-background-4__button,
  .about-years-4__button,
  .about-standards-4__button,
  .about-approach-4__button,
  .about-commitment-4__button,
  .about-neighborhoods-4__button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    margin-top: 28px;
    font-size: var(--font-size-body);
  }
}

/* Inlined dependency: about_years-4.css */
.about-years-4__panel,
.about-standards-4__panel,
.about-neighborhoods-4__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 40px;
  align-items: center;
  padding: 40px 34px;
}

.about-years-4__media img,
.about-standards-4__media img,
.about-neighborhoods-4__media img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.about-years-4__media img,
.about-standards-4__media img {
  aspect-ratio: 1.8 / 1;
}

.about-neighborhoods-4__media img {
  aspect-ratio: 1.8 / 1;
}

@media (max-width: 1200px) {
  .about-years-4__panel,
  .about-standards-4__panel,
  .about-neighborhoods-4__panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }
}

.about-neighborhoods-4__content {
  text-align: center;
}

.about-neighborhoods-4__heading,
.about-neighborhoods-4__description {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.about-neighborhoods-4__button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .about-neighborhoods-4 {
    padding: 24px 0 44px;
  }
}
