.categorie_merk_voorbeeld{
    width: 100%;
    max-width: 25rem;
    height: 25rem;
    background-color: #f7f7f8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    float: right;
}

.categorie_merk_voorbeeld span{
    position: absolute;
    left: 2rem;
    top: 0;
    color: #37424a;
    font-size: 1.3rem;
    line-height: 2.8rem;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0 1rem;
    text-transform: uppercase;
    transform: rotate(90deg) translateY(-3rem);
    transform-origin: left top;
}

.categorie_content_top{
    --bs-gutter-x: 8rem;
    margin-bottom: var(--jumbotron-standard-margin);
}

.categorie_content_bottom{
    --bs-gutter-x: 8rem;
}

.categorie_content_bottom ul{
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}

.categorie_content_bottom ul li{    
    position: relative;
    padding-left: 5rem;
    margin-bottom: 2rem;
    break-inside: avoid-column;
}

.categorie_content_bottom ul li:before{
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
    height: 3.3rem;
    width: 2rem;
    background-color: #f7f7f8;
    z-index: -1;
    padding-left: 0.8rem;
    
    color: #b6bf00;
    font-family: "Font Awesome 6 Pro";
    font-size: 2.9rem;
    font-weight: 300;
}

.keurmerken{
    display: flex;
    justify-content: flex-end;
    row-gap: 1rem;
    column-gap: 1rem;
    flex-wrap: wrap;
}

.keurmerken img{
    max-width: none !important;
    max-height: 15rem;
    width: auto;
}

@media (max-width:767px)
{		
	.keurmerken {
        justify-content: flex-start;
    }
    
    .categorie_content_bottom ul{
        column-count: 1;
    }
    
    .categorie_content_top{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .categorie_content_top .introtekst{
        margin-top: 4rem;
    }
    
    .categorie_content_bottom ul{
        margin-bottom: 3rem !important;
    }
    
    .categorie_content_bottom ul li{
        padding-left: 3.5rem;
        margin-bottom: 1rem;
    }
    
    .categorie_content_bottom ul li:before {
        content: "\f00c";
        position: absolute;
        left: 0;
        top: 2px;
        line-height: normal;
        height: 2.8rem;
        width: 1rem;
        background-color: #f7f7f8;
        z-index: -1;
        padding-left: 0.6rem;
        color: #b6bf00;
        font-family: "Font Awesome 6 Pro";
        font-size: 1.9rem;
        font-weight: 300;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.keurmerken {
        justify-content: flex-start;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}