:root {
    --accent-color: #535252;
    --bg: rgba(131, 131, 131, 0.04);
    --line-color: rgb(187, 188, 189);
    --text: #000000;
    --btn-color: #3691DB;
    --text-on-btn: #ffffff;
    --border: #636363;
    --line-color-widget: #8383838c;
}


#over-mij .row {
    margin-top: 48px;
}

#over-mij .content {
    margin-top: 0;
}

.primary{
    color: var(--text);
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

#number-overview{
    background-color: var(--bg);
    color: var(--accent-color);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 13px;
    border:2px solid var(--border);
}

#number-overview .col-6 {
    position: relative;
}

/* Vertical line (between left & right) */
#number-overview .col-6:nth-child(odd) {
    border-right: 1px solid var(--line-color-widget);
}

/* Horizontal line (between top & bottom) */
#number-overview .col-6:nth-child(-n+2) {
    border-bottom: 1px solid var(--line-color-widget);
}

#over-mij{
    /* padding-top: 32px; */
    padding-bottom: 128px;
}