/*@media only screen and (max-width: 768px) {
    selector h2:before{
        font-size:120%!important;
    }
}

selector h2:before{
    content:'4. התקנת המערכת';
    position: absolute;
    top: -50%;
    right: -5%;
    font-size: 150%;
    color: var(--e-global-color-accent);
    z-index: -1;
    opacity: .2;
}