.job-item {
    background: transparent linear-gradient(106deg, #292929 0%, #343434 51%, #292929 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #0000009A;
    color: #fff;
    padding: 35px 45px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.job-name {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.job-short__desc {
    margin-bottom: 15px;
    margin-top: 15px;
}

.job-filters_cat .btn-pill {
    font-size: 14px;
    padding: 4px 16px;
    background: #BABABA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    font-family: "Oswald",sans-serif;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 8px;
}

.job-heading__type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.job-filters_cat {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wysiwyg.bg-black + .job-manager__wrapper.bg-black {
    padding-top: 0;
}

.job-manager__wrapper {
    background: transparent linear-gradient(143deg, #000000 0%, #1A1A1A 55%, #000000 100%) 0% 0% no-repeat padding-box;
}

.text--content__job {
    margin-top: 10px;
    margin-bottom: 35px;
}

.filters-job__manager > .choices {
    max-width: 284px;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}

.filters-job__manager {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}