/* v411G — Home hero left-copy vertical alignment.
   Keep the approved left-copy / right Quick Fee Check layout, but stop the
   left text column from being vertically centered while the fee card starts at
   the top. This makes the headline column rise to the same top rhythm as the
   Quick Fee Check card on desktop. */

@media (min-width: 861px){
  .home-page .home-conversion-hero-grid-v295G{
    align-items:start !important;
  }

  .home-page .home-hero-copy-v295G{
    align-self:start !important;
    justify-self:start !important;
    margin-top:0 !important;
    padding-top:0 !important;
  }

  .home-page .home-hero-side-stack-v295G{
    align-self:start !important;
    justify-self:end !important;
    margin-top:0 !important;
  }

  .home-page .home-fee-preview-card-v295G{
    margin-top:0 !important;
  }
}

@media (max-width: 860px){
  .home-page .home-hero-copy-v295G,
  .home-page .home-hero-side-stack-v295G{
    align-self:auto !important;
  }
}
