/* Center decorative icons against the title line, not the taller padded action. */
body .wapper .homeSidebarModern .block .block_head.sidebarFinalHeading::before {
 align-self:flex-start!important;
 margin-top:calc(.7em - 11px)!important;
 margin-bottom:0!important;
 transform:none!important;
}
