.vacancies__inner {
    display: flex;
    gap: 40px;
}

.vacancies__top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .vacancies__top {
        display: none;
    }
}

.vacancies__wrapper {
    width: 100%;
}

.vacancies__item {
    display: block;
    padding: 24px 32px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #000;
}

.vacancies__item:not(:last-child) {
    margin-bottom: 14px;
}

.vacancies__name {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    margin-bottom: 16px;
}

.vacancies__badge {
    font-family: "Inter", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    padding: 4px 10px;
    background-color: #84C73F;
    color: #fff;
    margin-left: 18px;
}

.vacancies__salary {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    margin-bottom: 18px;
}

.vacancies__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    max-height: 47px;
    overflow: hidden;
}


/*# sourceMappingURL=vacancies-page.css.map */
