
.divider {
    position: relative;
    height: 1px;
}

.divider::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #4DC8E3;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

.factoring-text-simpelfact {
    font-weight: 700;
}
.factoring-text-simpelfact span:first-child {
    color: #e2c50b;
}
.factoring-text-simpelfact span:last-child {
    color: #000000;
}


.factoring-text-burggraaf {
    font-weight: 700;
}
.factoring-text-burggraaf span:first-child {
    color: #000000;
}
.factoring-text-burggraaf span:last-child {
    color: #4c79e4;
}



.factoring-text-simpelBase {
    font-weight: 700;
}
.factoring-text-simpelBase span:first-child {
    color: #cd0808;
}
.factoring-text-simpelBase span:last-child {
    color: #000000;
}