.flex_layout.afbeelding_content .afbeelding_content_wrapper{
    display: flex;
    gap: 100px;
    z-index: 2;
    position: relative;
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper .icon{
    margin-bottom: 20px;
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper .icon img{
    width: 50px;
    height: auto;
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper .subtitel{
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

#pk_flex_content .flex_layout.afbeelding_content .afbeelding_content_wrapper .sec_knop span{
    color: var(--pure-black);
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper > .image_wrapper > img{
    max-width: 550px;
    width: 100%;
    aspect-ratio: 435/498;
    object-fit: cover;
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper .image_container{
    position: relative;
}



@media screen and (max-width: 992px){
    .flex_layout.afbeelding_content .afbeelding_content_wrapper{
        gap: 50px;
    }
}


@media screen and (min-width: 768px){
    .flex_layout.afbeelding_content .afbeelding_content_wrapper .image_container:has(> div.statistics_container){
        margin-right: 100px;
    }
    
    .flex_layout.afbeelding_content .afbeelding_content_wrapper{
        align-items: center;
    }
    
    .flex_layout.afbeelding_content .afbeelding_content_wrapper.image_right{
        flex-direction: row-reverse;
    }
    .flex_layout.afbeelding_content .afbeelding_content_wrapper.image_right .image_container .image_wrapper{
        text-align: right;
    }
    
    .flex_layout.afbeelding_content .afbeelding_content_wrapper > div{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .flex_layout.afbeelding_content .afbeelding_content_wrapper{
        flex-direction: column;
        gap: 40px;
    }
    
    
    .flex_layout.afbeelding_content .afbeelding_content_wrapper > .image_wrapper > img{
        max-width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    
    .flex_layout.afbeelding_content .afbeelding_content_wrapper .image_container div.statistics_container{
        margin-right: 30px;
    }
}