.succesverhalen {
    background: #321E28;
    padding: 120px 0;
    overflow: hidden;
}
.succesverhalen .container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}
.succesverhalen__heading {
    color: #FEFDFD;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -5.12px;
    margin: 0 0 8px;
}
.succesverhalen__subheading {
    color: #FEFDFD;
    font-family: "Instrument Serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 32px;
}

.succesverhalen__splide .splide__slide {
    flex: 0 0 calc(100% - (100%/3));
    max-width: calc(100% - (100%/3));
    /*// stabieler dan 1.5*/
}

.succesverhalen__splide {
    overflow: visible;
    position: relative;
}
.succesverhalen__splide .splide__track,
.succesverhalen__splide .splide__list {
    margin: 0;
    padding: 0;
    overflow: visible;
}
.succesverhalen__list {
    display: flex;
}
.succesverhalen__slide {
    /*position: relative;*/
}

.succesverhalen__frame {
    /*position: relative;*/
    /*overflow: hidden;*/
}

.succesverhalen__image-wrapper {
    /*position: relative;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
}

.succesverhalen__image {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    /*aspect-ratio: 16/9;*/
    /*object-fit: cover;*/
}

.succesverhalen__image-overlay {
    position: absolute;
    margin: 48px 84px;
    top: 0; left: 0; right: 0; bottom: 0;
    width: calc(100% - 2 * 84px);
    height: calc(100% - 2 * 48px);
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 768px) {
    .succesverhalen__image-overlay {
        margin: 0;
        width: auto;
        height: auto;
        inset: 0;
    }
}

/*.succesverhalen__mask {*/
/*    color: #00bbff;*/
/*    flex: 0 0 auto;*/
/*    margin-left: auto;*/
/*    width: clamp(300px, 50vw, 1200px);*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    -webkit-mask-image: url("images/Mask.png");*/
/*    mask-image: url("images/Mask.png");*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    mask-repeat: no-repeat;*/
/*    mask-size: cover;*/
/*}*/
/*.succesverhalen__mask--left  { left: 0;  }*/
/*.succesverhalen__mask--right { right: 0; }*/

.succesverhalen__card {
    position: absolute;
    bottom: 48px;
    right: 84px;
    left: auto;
    transform: none;
    background: #fff;
    padding: 16px;
    max-width: 412px;
    text-decoration: none;
    color: #321E28;
}

.succesverhalen__card-heading {
    margin: 0 0 8px;
    color: #321E28;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -2.24px;
}
.succesverhalen__card-caption-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    gap: 8px;
}

.succesverhalen__card-caption {
    margin: 0;
    color: #3F3F3F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.succesverhalen__card-caption-wrapper svg {
    /*flex-shrink: 0;*/
    width: 20px;
    height: 20px;
}

.succesverhalen__card-description {
    margin: 0 0 16px;
    color: #3F3F3F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.32px;
}
.succesverhalen__card-icon {
    position: absolute;
    top: 0;
    right: 0;
    /*display: block;*/
    width: 60px;
    height: 60px;
}

.succesverhalen__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.succesverhalen__arrow {
    pointer-events: all;
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 0 16px;
}

@media (max-width: 1024px) {
    .succesverhalen__heading {
        font-size: 24px;
    }
    .succesverhalen__subheading {
        font-size: 14px;
    }.succesverhalen__card {
         max-width: 280px;
         padding: 12px;
     }
    .succesverhalen__card-heading {
        font-size: 22px;
        line-height: 28px;
    }
    .succesverhalen__card-caption,
    .succesverhalen__card-description {
        font-size: 12px;
        line-height: 18px;
    }

    .succesverhalen__card-caption-wrapper svg {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
    }

    .succesverhalen__arrows {
        top: 35%;
    }
    .succesverhalen__arrow {
        font-size: 22px;
        padding: 0 12px;
    }
}
@media (max-width: 768px) {
    .succesverhalen__heading {
        font-size: 22px;
    }
    .succesverhalen__subheading {
        font-size: 14px;
    }
    .succesverhalen__card {
        max-width: 200px;
        padding: 10px;
        bottom: 0;
        right: 0;
    }
    .succesverhalen__card-heading {
        font-size: 16px;
        line-height: 20px;
    }
    .succesverhalen__card-caption,
    .succesverhalen__card-description {
        font-size: 11px;
        line-height: 12px;
    }

    .succesverhalen__arrows {
        top: 40%;
    }
    .succesverhalen__arrow {
        font-size: 5px;
        padding: 0 5px;
    }
}

@media (max-width: 600px) {
    .succesverhalen__card {
        position: static;
        margin: 16px auto 0;
        max-width: 120px;
        padding: 10px;
    }
    .succesverhalen__card-icon {
        bottom: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background-color: #fff;
    }
    .succesverhalen__card-heading {
        font-size: 18px;
        line-height: 24px;
    }
    .succesverhalen__card-caption,
    .succesverhalen__card-description {
        font-size: 12px;
        line-height: 16px;
    }

    .succesverhalen__arrows {
        display: none;
    }
}