.kroki.is-szare {
  background: var(--bg-soft);
}

.kroki-head {
  max-width: 760px;
  margin-bottom: 30px;
}
.kroki-head h2 {
  margin: 0 0 10px;
  font-family: var(--ff-head);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
@media (max-width: 767px) {
  .kroki-head h2 {
    font-size: 22px;
  }
}

.kroki-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.kroki-intro p {
  margin: 0 0 10px;
}
.kroki-intro p:last-child {
  margin-bottom: 0;
}

.krok {
  height: 100%;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.krok h3 {
  margin: 0 0 8px;
  font-family: var(--ff-head);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}

.krok-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.krok-num {
  display: grid;
  place-items: center;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-family: var(--ff-head);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.krok-icon {
  width: 30px;
  height: 30px;
  color: var(--brand-dark);
}

img.krok-icon {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
}

.krok-text {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.krok-text p {
  margin: 0 0 10px;
}
.krok-text p:last-child {
  margin-bottom: 0;
}
.krok-text strong,
.krok-text b {
  color: var(--ink);
}
.krok-text a {
  color: var(--brand);
  font-weight: 600;
}

/*# sourceMappingURL=kroki.css.map */
