.career{
    margin-top: 100px;
    
}

.career__content{
    display: flex;
    gap: 29px;
}

.career__items{
    margin-top: 52px;
}

.career__left{
width: calc(49.5% - 29px * 1 / 2);
margin-top: 24px;
}

.career__box:nth-of-type(n + 2){
    margin-top: 15px;
}

.career__heading{
font-weight: 700;
font-size: 16px;
line-height: 200%;
letter-spacing: normal;
color: #FF9225;
}

.career__text{
font-weight: 400;
font-size: 16px;
line-height: 180%;
letter-spacing: normal;

}

.career__right{
    width: calc(50.5% - 29px * 1 / 2);
    margin-top: 62px;
}

.career__item{
display: flex;
}

.career__item:nth-of-type(n + 2){
    margin-top: 15px;
}

.career__number{
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: normal;
color: #fff;
background: linear-gradient(180deg, #FFAB51 0%, #FF9225 100%);
min-width: 160px;
display: flex;
justify-content: center;
align-items: center;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.career__item:nth-of-type(2) .career__number{
    background: linear-gradient(180deg, #FF9225 0%, #FF7525 100%);
}

.career__item:nth-of-type(3) .career__number{
    background: linear-gradient(180deg, #FF7525 0%, #FF4625 100%);

}


.career__item:nth-of-type(4) .career__number{
    background: linear-gradient(180deg, #FF4625 0%, #FF2525 100%);

}


.career__description{
    border-top: 3px solid #FF9225;
    border-bottom: 3px solid #FF9225;
    border-right: 3px solid #FF9225;
    width: calc(100% - 160px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: normal;
    padding-top: 34px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 68px;
    min-height: 130px;

}

.career__item:nth-of-type(2) .career__description{
    border-color: #FF6C16;
}

.career__item:nth-of-type(3) .career__description{
    border-color: #FF3F1D;
}

.career__item:nth-of-type(4) .career__description{
    border-color: #FF0000;
}


@media (max-width: 768px) {
    .career{
        margin-top: 60px;
        
    }
    
    .career__content{
        padding: 0 15px;
        flex-direction: column;
        gap: 29px;
    }
    
    .career__items{
        margin-top: 30px;
    }
    
    .career__left{
    width: 100%;
    margin-top: 20px;
    }
    
    
    .career__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: normal;
    
    }
    
    .career__right{
        width: 100%;
        margin-top: 30px;
    }
    
    .career__item{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    }
    
    .career__item:nth-of-type(n + 2){
        margin-top: 20px;
    }
    
    .career__number{
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    background: linear-gradient(180deg, #FFAB51 0%, #FF9225 100%);
    min-width: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    padding-left: 20px;

    }

    .career__description{
        border-left: 3px solid #FF9225;

        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;

        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: normal;
        padding: 20px;
        min-height: 130px;
    
    }

    .career__items .career-manager__heading{
        font-size: 14px;
    }
}

.career-manager__heading{
font-weight: 700;
font-size: 16px;
line-height: 200%;
letter-spacing: normal;
margin-bottom: 5px;
}