.how-voka-helps .right-image {
    left: 0;
    right: auto;
}

@media screen and (max-width: 1919px) {
    .how-voka-helps .right-image {
        right: auto;
        left: -80px;
    }
}

@media screen and (max-width: 1439px) {
    .how-voka-helps .right-image {
        right: auto;
        left: -70px;
    }
}

@media screen and (max-width: 1079px) {
    .how-voka-helps .right-image {
        right: auto;
        left: -400px;
    }
}