
@media screen and (max-width: 1162px) and (min-width: 767px) {

    .special-flex {
        flex-direction: column;
        align-items: start !important;
    }

    .special-flex .btn-all-vacancies {
        margin-left: 0 !important;
    }
}

.card-highlighted .badge-darken {
    background-color: #353535;
}
.card-highlighted .badge-darken span {
    color: #fff;
}


@media (min-width: 768px) {
    .image-shift-right {
        padding: 18px 0 18px 18px;
        margin-right: -20px;
    }
}