.text-page-section {
  padding: 1rem 0 6rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f5 100%);
}

.text-page-content {
  width: min(100%, 900px);
}

.text-page-content h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin-bottom: 1.2rem;
}

.text-page-content > p {
  font-size: 1.03rem;
  line-height: 1.9;
  color: var(--color-text-soft);
}

.text-page-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-line);
}

.text-page-block h3 {
  font-size: 1.22rem;
  line-height: 1.2;
  margin-bottom: 0.85rem;
  color: var(--color-title);
}

.text-page-block p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--color-text-soft);
}

.text-page-block p + p {
  margin-top: 1rem;
}