/*
 Theme Name: Divi Child
 Template: Divi
 Version: 1.0
*/

/* Ensure hero heading size isn't overridden by global Divi H1 styles. */
#hero h1 {
  font-size: clamp(2.25rem, 3vw + 1rem, 3.75rem);
  line-height: 1.05;
}

html,
body {
  overflow-x: hidden;
}
