#howitworks .ops-text-flow {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

#howitworks .ops-text-flow::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(59,130,246,.05), rgba(59,130,246,.5), rgba(99,102,241,.22), rgba(59,130,246,.04));
}

.ops-text-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  padding: 0 0 34px;
}

.ops-text-step:last-child {
  padding-bottom: 0;
}

.ops-text-step > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(59,130,246,.38);
  background: #0c1320;
  color: #93bbfb;
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 0 0 7px rgba(59,130,246,.045), inset 0 0 16px rgba(59,130,246,.12);
}

.ops-text-step h3,
.gov-text-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.ops-text-step p,
.gov-text-item p {
  max-width: 720px;
  color: #9fb4cf;
  font-size: .95rem;
  line-height: 1.7;
}

#enterprise-governance .gov-text-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 34px;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 2px;
}

.gov-text-item {
  position: relative;
  padding-left: 22px;
}

.gov-text-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, #3b82f6, rgba(99,102,241,.12));
}

.gov-text-item > span {
  display: block;
  margin-bottom: 8px;
  color: #6ea1ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  #enterprise-governance .gov-text-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 560px) {
  #howitworks .ops-text-flow::before {
    left: 18px;
  }

  .ops-text-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 30px;
  }

  .ops-text-step > span {
    width: 38px;
    height: 38px;
    font-size: .7rem;
    box-shadow: 0 0 0 5px rgba(59,130,246,.045), inset 0 0 14px rgba(59,130,246,.12);
  }
}
