/* SCI HIGH INVEST — PAGE 2 ABOUT US — V8 RIGHT-EDGE ALIGNMENT
   Desktop correction only: extend the two right-hand panels to the same right edge as the hero.
   Pages 1,3,4,5,6 remain untouched. */
@media (min-width:1001px){
  .v4twocol.wideleft > .panelimg,
  .v4twocol.dna > .panelimg{
    width:calc(100% + 180px) !important;
    max-width:none !important;
    margin-right:-180px !important;
    object-fit:contain !important;
    object-position:left top !important;
  }
  .v4section,
  .v4section.soft{overflow:visible !important;}
}
