.ku-head {
  max-width: 720px;
  margin-bottom: 28px;
}
.ku-head h2 {
  margin: 0 0 10px;
  font-family: var(--ff-head);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.ku-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.ku-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.ku-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: var(--brand);
}

img.ku-icon {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}

.ku-card h3 {
  margin: 0 0 10px;
  font-family: var(--ff-head);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.ku-text {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.ku-text p {
  margin: 0 0 10px;
}
.ku-text p:last-child {
  margin-bottom: 0;
}

.ku-btn {
  margin-top: auto;
  align-self: stretch;
  justify-content: center;
}

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