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

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

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

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

.flex_layout.afbeelding_content_alt .afbeelding_content_alt_wrapper .image_container{
    position: relative;
}

@media screen and (min-width: 993px){
    #pk_flex_content .flex_content:has(+ .flex_content .products) .afbeelding_content_alt .image_container
    /* ,
    #pk_flex_content .flex_content:has(+ .flex_content .content_kolommen) .afbeelding_content_alt .image_container */
    {
        margin-bottom: -150px;
        margin-top: 150px;
    }
    
    /* #pk_flex_content .flex_content:has(.afbeelding_content_alt) + .flex_content .content_kolommen{
        padding-top: 9rem;
    } */
}


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


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