
.hedaer{
    background-color: #000;
    width: 100%;
    position: relative;
}

.hedaer::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 310px;
    height: 350px;
    background-image: url(../assets/career/career-stripes.svg);
    background-size: cover;
    background-position: center;
}

.header-wrap{
    padding-bottom: 70px;
}

.header__sub{
    font-size: 14px;
    color: #FFFFFF;
    padding: 170px 0 20px 0;
}

.header__h1{
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
    width: 50%;
}

.header__h2{
    font-size: 16px;
    width: 50%;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 50px;
}

.header__positions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    z-index: 2;
}

.header__position{
    width: calc(33.33% - 90px);
    padding: 35px;
    background-color: #F86D2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}

.header__positions-title{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 45px;
}

.header__btn{
    width: 100%;
    border: 1px solid #000;
}

.differentposition{
    width: 100%;
    padding: 90px 0 80px 0;
    background-color: #D7D7D7;
}

.differentposition__h2{
    margin-bottom: 30px;
     text-align: center;
}

.differentposition-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/******************************header 1250*/
@media all and (max-width: 1250px){
    .header__positions-title{
        font-size: 16px;
    }
}
@media all and (max-width: 1050px){
/******************************header 1050**/
    .header__h1, .header__h2{
        width: 100%;
    }
    .header__position{
        width: calc(50% - 82.5px);
        margin-bottom: 25px;
    }
}

@media all and (max-width: 650px){
/******************************header 550**/
        .header__position{
        width: calc(100% - 70px);
    }
}