@media screen and (min-width: 1000px) {
    .header_bg{

        background: url('../2025/img/istihdam2025_v1.png') no-repeat;
        background-position: center 0;

        width: 100%;
        min-height:100%;

        background-repeat: no-repeat;

    }


}

.e_box_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

@media (max-width: 767px){
    .e_box_grid{
        grid-template-columns: 1fr;
    }
}

.e_box_grid > .c-box__body_ist{
    min-width: 0;
}

.e_box_grid .l-grid{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


