/* Keep every service-table title visible even if the legacy reveal observer misses it. */
.home-service-chapter__menu > h3 {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

/* Make subgroup labels read as table captions on both desktop and mobile. */
.home-service-chapter__list > .home-service-subgroup {
  width: 100%;
  margin-top: 1rem;
}

.home-service-chapter__list > .home-service-subgroup:first-child {
  margin-top: 0;
}
