#pk_flex_content .flex_layout.slotsectie{
    max-width: 100%;
}

#pk_flex_content .slotsectie .slot-section{
    display: grid;
    padding: 60px 20px;
}

#pk_flex_content .slotsectie .slot-section.has-background{
    background: var(--light-blue);
}

#pk_flex_content .slotsectie .slot-section__content-wrap{
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    

}

#pk_flex_content .slotsectie .slot-section__content-wrap h2{
    font-size: clamp(32px, 32px + (120 - 32) * ((100vw - 350px) / (1320 - 320)), 120px);
    font-weight: 600;   
    line-height: 1;
    text-align: center;
}

#pk_flex_content .slotsectie .slot-section__content-wrap h2 span{
    font-style: italic;
}

#pk_flex_content .slotsectie .slot-section__content-wrap .images-wrapper{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin-top: 40px;
}

@media screen and (min-width:768px){
    #pk_flex_content .slotsectie .slot-section__content-wrap .images-wrapper{
        flex-wrap: nowrap;
        gap: 25px;
    }
}

@media screen and (min-width: 991px){
    #pk_flex_content .slotsectie .slot-section{
        padding: 80px 20px;
    }
        #pk_flex_content .slotsectie .slot-section__content-wrap .images-wrapper {
            margin-top: 60px;
        }
}

@media screen and (min-width: 1199px){
}


@media screen and (min-width: 1401px){
}