#pk_flex_content .flex_layout.hero_afbeelding_detail {
    padding: 0;
    max-width: 100%;
    margin-inline: 0;
    color: #FDFBEF;
}

.flex_layout.hero_afbeelding_detail .flex_container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: calc(100vh - 130px);
    display: flex;
    align-items: flex-end;
}

.flex_layout.hero_afbeelding_detail .flex_container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: linear-gradient(226deg, rgba(89, 51, 42, 0.00) 10.7%, rgba(89, 51, 42, 0.59) 75.66%);
}

.flex_layout.hero_afbeelding_detail .flex_hero_inner {
    max-width: 100%;
    padding: 40px;
    margin-inline: auto;
    position: relative;
    width: 100%;
}

#pk_flex_content .flex_layout.hero_afbeelding_detail .rank-math-breadcrumb p>a {
    opacity: 1;
}

#pk_flex_content .flex_layout.hero_afbeelding_detail .heading {
    color: #FDFBEF;
}

.flex_layout.hero_afbeelding_detail .content_wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.flex_layout.hero_afbeelding_detail .content_wrapper .text {
    max-width: 484px;
    width: fit-content;
}

.flex_layout.hero_afbeelding_detail .content_wrapper .text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .flex_layout.hero_afbeelding_detail .flex_hero_inner {
        padding-inline: 20px;
    }

    .flex_layout.hero_afbeelding_detail .content_wrapper .text p {
        font-size: 18px;
    }
}