/*
  Page-specific styles for: Schaeffler Group North America (classic template)
  Loaded AFTER css/base.css and css/classic.css, so anything here overrides
  them for this page only. Put per-page layout tweaks in this file so a
  fix for this case study can never affect any other page.
  Scope every rule under #case-schaeffler-case-study.
*/

/* The shared template stretches the Features/Overview row's two columns
   to equal height. Schaeffler's Features list is a single short bullet
   next to a much longer Overview paragraph, so that stretch left visible
   empty space in the left column right before "Project Duration". Align
   to the top instead so the next row follows the actual content. */
#case-schaeffler-case-study .vbc-row--main {
    align-items: flex-start;
}
