section.text-block {
  .container {
    max-width: 900px;
  }

  h2 {
    color: var(--color-tcc-blue);
    margin-bottom: 1.5rem;
    margin: 0;
  }

  .body {
    font-size: var(--text-xl);

    p {
      text-wrap: pretty;
      margin: 0;
    }
  }
}
