@media (max-width: 768px) {
  .text-page-section {
    padding: 0.75rem 0 4.5rem;
  }

  .text-page-content {
    width: 100%;
  }

  .text-page-content h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    margin-bottom: 1rem;
  }

  .text-page-content > p,
  .text-page-block p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .text-page-block {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }

  .text-page-block h3 {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
  }
}