#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper{
    overflow: visible;
}
#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper{
    padding: 20px 20px 32px 32px;
    background-color: var(--tt-donker-blauw-100);
    border-radius: 16px;
}


#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .icon_wrapper:not(:last-child){
    margin-bottom: 48px;
}

#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .icon_image_wrapper{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    background-color: var(--tt-geel);
    border-radius: 8px;
}
#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .icon_image_wrapper img{
    object-fit: contain;
    width: 20px;
    height: 20px;
}

#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .content_wrapper{
    max-width: 360px;
}
#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .content_wrapper .heading{
    color: var(--tt-wit);
    font-weight: 700;
    line-height: 1.17;
}
#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .content_wrapper .heading_wrapper:not(:last-child){
    margin-bottom: 16px;
}

#pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper .content_wrapper .text_wrapper *{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(255, 255, 255, .7);
}


@media screen and (min-width: 993px){
    body.postid-1374 #pk_flex_content .flex_layout.stappen_swiper > .flex_layout_wrapper:not(:has(> .layout.pd0)){
        padding-block: 180px;
    }
}

@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .step_wrapper{
        padding: 20px 20px 24px 24px;
    }
    #pk_flex_content .flex_layout.stappen_swiper .swiper.stappen_swiper .heading{
        font-size: 20px;
    }
}