.job.border_block .text {
    width: 73% !important;
    padding: 0px 46px 0px 0px;
}
.resume_send {
    margin-bottom: 30px;
}
.qr_code-jobs img{
    width: 100%;
    }
.wrap_md-content {
    display: flex;
    justify-content: space-between;
}
.right_block ul li:before, .right_block ol li:before {
    margin-left: 0!important;
}
@media (max-width: 1113px) {
    .wrap_md-content {
        flex-direction: column;
    }
    .job.border_block .text,
    .job.border_block .phone {
        width: 100% !important;
    }
    .qr_code-jobs img{
        max-width: 180px;
    }
}