.lh-system {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  padding: 100px 7.2vw;
  background: var(--blue);
  color: #fff;
}

.lh-system h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .98;
  letter-spacing: -4px;
}

.lh-system h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.72);
}

.lh-system > div > p:not(.lh-kicker) {
  max-width: 620px;
  margin: 28px 0 32px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.75;
}

.lh-system-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
}

.lh-system-flow article {
  min-height: 180px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,29,43,.28);
}

.lh-system-flow small { color: var(--amber); font: 700 10px/1 monospace; }
.lh-system-flow strong { margin-top: auto; font-size: 20px; }
.lh-system-flow span { margin-top: 8px; color: rgba(255,255,255,.48); font: 700 9px/1.4 monospace; text-transform: uppercase; }
.lh-system-flow i { padding: 0 10px; color: var(--amber); font-style: normal; }

@media (max-width: 1000px) {
  .lh-system { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .lh-system { padding: 80px 20px; }
  .lh-system h2 { font-size: 43px; letter-spacing: -2.7px; }
  .lh-system-flow { grid-template-columns: 1fr; gap: 10px; }
  .lh-system-flow article { min-height: 130px; }
  .lh-system-flow i { display: none; }
}
