.info-step {
  position: absolute;
  inset: 0;
}

.info-step--blue {
  background: var(--color-bg);
}

.info-step--mint {
  background: var(--color-bg-muted);
}

.info-step-content {
  position: absolute;
  top: 122px;
  left: var(--padding);
  right: var(--padding);
  width: auto;
}

.info-title {
  margin: 0;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.info-title--active-cases {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.active-cases-title-line {
  display: block;
}

.active-cases-title-line--main {
  color: var(--color-accent);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.active-cases-title-line--small {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.info-title--big {
  line-height: 1.2;
}

.is-green-lg {
  color: var(--color-button);
  font-size: 76px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.is-indigo-xl {
  color: var(--color-accent);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.info-paragraph {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.info-paragraph--lg {
  font-size: 18px;
}

.info-note-label {
  margin: 18px 0 0;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.info-pill {
  display: inline-block;
  margin: 16px 0 0;
  border-radius: 16px;
  padding: 12px 16px;
  background: var(--color-warning);
  color: var(--color-button-text);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.info-amount {
  margin: 6px 0 0;
  color: var(--color-warning);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.25;
}

.info-amount--large {
  font-size: 68px;
  line-height: 1.1;
}

.info-step-art {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

.info-step-art--active-cases {
  top: 490px;
  width: 412px;
}

.info-step-art--breach {
  top: 571px;
  width: 347px;
}

.info-step-art--privacy {
  top: 487px;
  width: 400px;
}
