/* Terms of Service Page Custom Headings Fix */
.about-section {
  margin-top: 2rem;
}

.about-section h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.3;
}

/* Optionally, make h4 visually distinct from h2 */
.about-section__heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  margin: 1.5rem 0 1.1em;
  line-height: 1.2;
}
