/*
  Page-specific styles for: Versiant (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-versiant.
*/

/* The shared template stretches the Features/Overview row's two columns
   to equal height. Versiant's Features list is much shorter than its
   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, not the taller column. */
#case-versiant .vbc-row--main {
    align-items: flex-start;
}
