.flex_layout.afbeelding_content .afbeelding_content_wrapper {
    display: flex;
    gap: 70px;
}

.flex_layout.afbeelding_content .flex_container_inner[style*="background-color"] {
    position: relative;
}

.flex_content .flex_layout.afbeelding_content:first-child .flex_container_inner {
    padding-top: 130px;
}

.flex_content .flex_layout.afbeelding_content:last-child .flex_container_inner {
    padding-bottom: 100px;
}


.flex_layout.afbeelding_content .afbeelding_content_wrapper {
    z-index: 2;
    position: relative;
}

.flex_layout.afbeelding_content .afbeelding_content_wrapper img {
    object-fit: cover;
    height: 465px;
    border-radius: 30px;
}

.flex_layout.afbeelding_content .content_wrapper .heading {
    margin-bottom: 24px;
}

.flex_layout.afbeelding_content .text_wrapper p {
    font-size: 16px;
    line-height: 1.8;
}


@media screen and (min-width: 993px) {
    .flex_layout.afbeelding_content .afbeelding_content_wrapper {
        align-items: flex-start;
    }

    .flex_layout.afbeelding_content .afbeelding_content_wrapper.image_right {
        flex-direction: row-reverse;
    }

    .flex_layout.afbeelding_content .afbeelding_content_wrapper.image_right .image_wrapper {
        text-align: right;
    }

    .flex_layout.afbeelding_content .image_wrapper {
        width: 48%;
    }

    .flex_layout.afbeelding_content .content_wrapper {
        width: 52%;
    }
}

@media screen and (max-width: 992px) {
    .flex_layout.afbeelding_content .afbeelding_content_wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .flex_layout.afbeelding_content .afbeelding_content_wrapper .image_wrapper img {
        height: 400px;
    }

    .flex_content .flex_layout.afbeelding_content:first-child .flex_container_inner {
        padding-top: 80px;
    }

    .flex_content .flex_layout.afbeelding_content:last-child .flex_container_inner {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .flex_content .flex_layout.afbeelding_content:first-child .flex_container_inner {
        padding-top: 40px;
    }

    .flex_content .flex_layout.afbeelding_content:last-child .flex_container_inner {
        padding-bottom: 40px;
    }
}