.how-card {
  padding: 20px;
}

.how-step-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.how-step-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.how-step-number {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex-shrink: 0;
}

.how-step-text {
  font-size: 1.05rem;
  color: #324253;
}
