.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));
}

.about-background-4__links .service-interlinks__label,
.about-background-4__links .service-interlinks__list {
  text-align: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .about-background-4 {
    padding: 24px 0 44px;
  }

  .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);
  }
}
