/* equipment.css */
.equipment-hero {
  background: var(--navy) url("../img3/L550.jpg") center / cover no-repeat;
}

.equipment-hero .page-hero-inner {
  min-height: 460px;
}

.equipment-hero h1,
.equipment-hero .lead,
.equipment-hero .breadcrumb {
  color: #fff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, .95), 0 10px 26px rgba(0, 0, 0, .78);
}

main > .section:nth-of-type(2),
main > .section:nth-of-type(3),
main > .section:nth-of-type(4),
.equipment-strength-section,
main > .section:nth-of-type(6),
main > .section:nth-of-type(7) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
}
