.content_1_inner_row{
    row-gap: var(--default-margin-bottom);
}

.content_1_koloms:not(.stijl_achtergrondkleur).geen_extra_marge_onderkant + .content_1_koloms{
	margin-top: var(--default-margin-bottom);
}

.content_1_koloms:not(.stijl_achtergrondkleur):last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.content_1_koloms h2:after {
    content: "";
    width: 12.8rem;
    height: 0.56rem; 
    display: block;
    border-radius: 2rem; 
    background-color: var(--kleur_geel);
	margin-top: 3rem;
    margin-bottom: 3rem;
}
 
.text-center h2:after, 
h2[style="text-align: center;"]:after {
   margin-left: auto !important;
    margin-right: auto !important;
}

.jumbotron.content_1_koloms.geen_extra_marge_onderkant h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 6rem;
    margin-bottom: 2rem !important;
}