.section--vacancies .section--light.section--detail-text{
    padding: 0;
}

.prop-title {
    font-size: 1rem;
    margin: 30px 0;
    font-weight: bold;
}

.career-detale__wrap ul{
    padding-left: 0;
}

.career-detale__wrap ul li svg {
    color: #D22C2C;
    margin-right: 5px;
    margin-top: 3px;
}

.career-detale__wrap ul li {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.career-detale__block-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.career-detale__block-right .button{
    margin-top: 0;
}

.section--vacancies + .section{
    padding-top: 0;
}

@media screen and (max-width: 1460px) {
    .career-detale__block-right .button{
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1357px) {
    .career-detale__block-right .button{
        padding: 10px 9px;
    }
}
@media screen and (max-width: 1225px) {
    .career-detale__block-right .button{
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 1199px) {
    .career-detale__block-right .button{
        padding: 10px 20px;
        font-size: 1rem;
    }
}