.top-mbl-no-cls {
    position: absolute;
    right: -130px;
    top: 15px;
    font-weight: 600;
}

@media(max-width:1300px){
    .top-mbl-no-cls {
        right: unset; 
        top: 42px;
        font-weight: 600;
        left: 190px;
    }
}

@media(max-width:500px){
    .top-mbl-no-cls {
        right: unset;
        top: 67px;
        left: 158px;
    }
}