/* Responsive hero heading fix inside the container with id themeaa89b3b2 */
#themeaa89b3b2 h1 {
  word-break: normal;
  white-space: normal;
  text-align: center;
  font-size: clamp(28px, 5vw, 48px); /* Adjust as needed */
  line-height: 1.3;
}

