.steps__title {
  margin-bottom: var(--space-700);
}

.steps__list {
  gap: var(--grid-gap-md);
}

.steps__item {
  gap: var(--grid-gap-md);
  text-align: start;
}

.steps__icon {
  margin-bottom: 0;
}

.card__content {
  align-items: center;
}

.card__item {
  position: relative;
  padding-left: 32px;
}

.card__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238a7da6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21.801 10A10 10 0 1 1 17 3.335'></path><path d='m9 11 3 3L22 4'></path></svg>") no-repeat center;
  background-size: contain;
}


