.req-element{
    direction: rtl
}

.job-header{
    font-size: 20px;
}

.job-partition{
    margin: 100px;
}

.header{
    font-size: 30px ;
    font-weight: bold;
}

.rules-header{
    font-size: 20px;
    padding-top: 10px;
}

ol li{
    margin: 30px;
}

.requirements li{
    text-align: right;
}    

.job-header{
    text-align: right;
}

.title{
    text-align: right;
    margin: 20px;
}

.rule-sub{
    font-size: 20px;
}

.support{
    font-size: 15px;
    font-weight: bold;
}

.job-form * {
    direction: rtl;
}

.job-form button{
    direction: ltr;
}