.nms-project--machinery-installation-relocation-work .nms-project-hero__grid {
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.04fr);
  min-height: 0;
}

.nms-project--machinery-installation-relocation-work .nms-project-hero__media,
.nms-project--machinery-installation-relocation-work .nms-project-hero__image {
  max-height: 520px;
}

.nms-project--machinery-installation-relocation-work .nms-project-feature {
  background: var(--nms-charcoal);
  color: var(--nms-surface-alt);
}

.nms-project--machinery-installation-relocation-work .nms-project-feature .nms-container,
.nms-project--machinery-installation-relocation-work .nms-project-process .nms-container,
.nms-project--machinery-installation-relocation-work .nms-project-related .nms-container {
  padding-top: clamp(30px, 4vw, 52px);
  padding-bottom: clamp(30px, 4vw, 52px);
}

.nms-project--machinery-installation-relocation-work .nms-project-feature h2,
.nms-project--machinery-installation-relocation-work .nms-project-process h2 {
  margin: 0 0 14px;
}

.nms-project--machinery-installation-relocation-work .nms-project-feature p:not(.nms-kicker) {
  max-width: 920px;
  color: var(--nms-border);
}

.nms-project--machinery-installation-relocation-work .nms-project-process ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nms-project--machinery-installation-relocation-work .nms-project-process li {
  position: relative;
  padding: 0 18px;
  border-left: 2px solid var(--nms-green);
}

.nms-project--machinery-installation-relocation-work .nms-project-process li strong,
.nms-project--machinery-installation-relocation-work .nms-project-process li span {
  display: block;
}

.nms-project--machinery-installation-relocation-work .nms-project-process li strong {
  margin-bottom: 8px;
}

.nms-project--machinery-installation-relocation-work .nms-sequence__thumbnail small {
  display: block;
  max-width: 120px;
  margin-top: 5px;
  color: inherit;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.1;
}

.nms-project--machinery-installation-relocation-work .nms-project-related {
  background: var(--nms-surface-alt);
}

.nms-project--machinery-installation-relocation-work .nms-project-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nms-project--machinery-installation-relocation-work .nms-project-related__links a {
  border: 1px solid var(--nms-text-muted);
  padding: 9px 12px;
  color: var(--nms-text);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .nms-project--machinery-installation-relocation-work .nms-project-hero__grid {
    grid-template-columns: 1fr;
  }

  .nms-project--machinery-installation-relocation-work .nms-project-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }
}

@media (max-width: 560px) {
  .nms-project--machinery-installation-relocation-work .nms-project-process ol {
    grid-template-columns: 1fr;
  }
}
