:root {
    --base-color: #ed0f0f;
    --primary-color: #db0e0e;
    --secondary-color: #e00b0b;
    --tertiary-color: #e6e6e6;
    --accent-color: #12ed19;
}

/*###> custom ###*/
.site-logo img { min-height: 80px !important; }
@media (min-width: 1200px) {
    .page_vacancy-overview .layout_main .component_results_grid {
        grid-template-columns:  1fr  1fr;
    }
}

.component_filters .filters {
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.page_vacancy-overview .layout_content-wrapper {
row-gap: 30px;
}
/*###< custom ###*/