header .section__banner>* {
    background-image: url('/storage/assets/images/banners/events/Employment_1.png');
    height: 50vh;
}

@media screen and (min-width: 900px) {
    header .section__banner>* {
        height: 55vh;
    }
}

.navigation__strip__default {
    background: #0B2240;
    border-bottom: 2px solid #2D67C1;
}

.navigation__strip__default .body__overlay__checkbox__label::before {
    background: #F8AE1B;
}


main>section.joblist {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

main>section.joblist .job {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1000px;
    max-width: 100%;
    border: 1px solid #2D68C4;
    padding: 25px;
}

main>section.joblist .job .header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

main>section.joblist .job .header .title {
    font-size: 25px;
    font-weight: 500;
    color: #2D68C4;
}

main>section.joblist .job .header .workplace {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.6);
}

main>section.joblist .job .header .cartegory {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

main>section.joblist .job .header .salary {
    font-size: 18px;
    font-weight: 500;
    color: #2D68C4;
}

main>section.joblist .job .header .salary .rates-minimum:not(:first-child)::before,
main>section.joblist .job .header .salary .rates-maximum:not(:first-child)::before {
    content: '\2013\00a0';
    color: #000000;
}

main>section.joblist .job .header .salary .timeframe {}

main>section.joblist .job .header .salary .timeframe::before {
    content: '/\00a0';
    color: #000000;
}

main>section.joblist .job .header .salary .tag {
    color: rgb(0, 0, 0, 0.6);
}

main>section.joblist .job .header .salary .tag::before {
    content: '\2022\00a0';
    color: #000000;
}

main>section.joblist .job .body {}

main>section.joblist .job .body .descriptions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.6);
}

main>section.joblist .job .body .apply-btn {
    margin-top: 30px;
    background: #2D68C4;
}