#pk_flex_content .flex_layout.nieuws_swiper {
    max-width: 100%;
    margin-inline: 0;
    padding: 0;
    background: #E3E3D4;
}

#pk_flex_content .flex_layout.nieuws_swiper .flex_layout_wrapper {
    max-width: var(--site-grid);
    margin-inline: auto;
    padding: 120px 40px;
}

.flex_layout.nieuws_swiper .nieuws_swiper_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

#pk_flex_content .flex_layout.nieuws_swiper .swiper {
    overflow: visible;
    cursor: grab;
}

#pk_flex_content .flex_layout.nieuws_swiper .news_wrapper {
    cursor: grab;
}

#pk_flex_content .flex_layout.nieuws_swiper .nieuws_swiper_top_content .heading {
    margin-bottom: 0;
    color: #363C2E;
}

#pk_flex_content .flex_layout.nieuws_swiper .nieuws_swiper_top_content .button_wrapper {
    margin-top: 0;
}

#pk_flex_content .flex_layout.nieuws_swiper .nieuws_swiper_top_content .button_wrapper span {
    background: #363C2E;
}

@media screen and (max-width: 992px) {
    #pk_flex_content .flex_layout.nieuws_swiper .flex_layout_wrapper {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 767px) {
    #pk_flex_content .flex_layout.nieuws_swiper .flex_layout_wrapper {
        padding: 40px 20px;
    }
}