#page2-4 .page-title { font-size: 48px; font-weight: bold; line-height: 1.67; text-align: center; padding-block: 20px !important; }
@media (max-width: 991.98px){
    #page2-4 .page-title { font-size: max(5vw, 26px); font-weight: bold; line-height: 1.2; padding-block: 20px !important; }
}

#page2-4 .selectArea { display: flex; align-items: center; gap: 12px; }
#page2-4 .selectArea .form-control { height: 45px; }
#page2-4 .selectArea select > option[disabled] { color: #fff; }
#page2-4 .selectArea ._select1 { flex-shrink: 0; width: min(240px, 30vw); }
#page2-4 .selectArea ._select2 { flex-shrink: 0; width: min(240px, 30vw); }
#page2-4 .selectArea ._select3 { flex-grow: 1; width: 100%; }
@media (max-width: 767.98px){
    #page2-4 .selectArea { flex-wrap: wrap; }
    #page2-4 .selectArea ._select1 { width: 100%; }
    #page2-4 .selectArea ._select2 { width: 100%; }
}

#page2-4 .company_card { align-self: stretch; background-color: white; border: 4px solid #B9B9B9; border-radius: 8px; padding: 10px 18px; width: 300px; min-height: 200px; height: auto; cursor: pointer; user-select: none; }
#page2-4 .company_card:hover, 
#page2-4 .company_card.active { border-color: #EBCA1A; }
#page2-4 .company_card ._title { font-weight: bold; }
#page2-4 .company_card ._cont { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 25px; }
#page2-4 .company_card ._logo { height: 60px; text-align: center; margin-block: 4px; }
#page2-4 .company_card ._logo > img { height: 100%; width: auto; max-width: 100%; }


#page2-4 .company_position_openings_title { background-color: #294499; color: white; border-radius: 10px; padding: 10px 30px; display: flex; align-items: center; justify-content: space-between; }

#page2-4 .swiper-navigation { position: relative; height: 24px; --swiper-navigation-size: 24px; --swiper-navigation-sides-offset: calc(50% - 24px); --swiper-navigation-color: #B9B9B9; }

#page2-4 .position_openings_card { display: flex; border-radius: 10px; background: white; padding: 30px; gap: 40px; margin-top: 10px; }
#page2-4 .position_openings_card > ._left_panel { min-width: 200px; }
#page2-4 .position_openings_card ._label { display: block; font-weight: bold; color: #294499; }
#page2-4 .position_openings_card ._cont * { margin-bottom: 6px; }
@media (max-width: 767.98px){
    #page2-4 .position_openings_card { flex-direction: column; padding: 20px; gap: 20px; }
    #page2-4 .position_openings_card > ._left_panel { position: static; }
}

@counter-style dash {
    system: cyclic;
    symbols: "- ";
    suffix: " ";
}
#page2-4 .position_openings_card ul { list-style-type: dash; padding-left: 1.2em; }

#page2-4 .btn_apply { background-color: #ebca1a; padding: 8px 20px; font-weight: bold; font-size: 20px; }
#page2-4 .btn_apply:hover { background-color: #2D998A; }