/* overrides.css
   Small override layer for quick fixes without touching minified bundle.
*/

/* Fix: prevent hero right column from vertically centering in the middle */
.hero-grid{align-items:start}
