.vacature-slider .title,
.vacature-slider .title strong {
    font-size: 60px;
    line-height: 60px;
    font-family: Paytoneone;
    font-weight: 400;
}

/* Slider */
.vacature-slider .splide {
    margin-top: 65px;
    width: calc(100vw);
}

.vacature-slider .splide .splide__slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 31px 41px;
    border-radius: 30px;
}
.vacature-slider .splide .splide__slide:hover,
.vacature-slider .splide .splide__slide:hover * {
    text-decoration: none;
}
.vacature-slider .splide .splide__slide::before {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(transparent 30%, #000000 75%);
    border-radius: 30px;
}

.vacature-slider .splide .splide__slide > * {
    z-index: 1;
}
.vacature-slider .splide .splide__slide strong {
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
}
.vacature-slider .splide .splide__slide .title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFF;
}

.vacature-slider .splide .splide__slide .button-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
    margin-top: 12px;
}

.vacature-slider .splide .splide__slide .button-container .button {
    padding: 14px 60px;
}
.vacature-slider .splide .splide__slide .button-container .button:nth-child(odd) {
    background-color: transparent;
    border-color: #FFF;
    border-radius: 20px 20px 0 0;
}
.vacature-slider .splide .splide__slide .button-container .button:nth-child(odd):hover {
    background-color: #00000033;
}
.vacature-slider .splide .splide__slide .button-container .button:nth-child(even) {
    border-radius: 0 0 20px 20px;
}

.vacature-slider .custom-arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.vacature-slider .custom-arrows img {
    cursor: pointer;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .vacature-slider .title,
    .vacature-slider .title strong {
        font-size: 36px;
        line-height: 38px;
    }

    /* Slider */
    .vacature-slider .splide {
        margin-top: 24px;
        width: 100%;
    }

    .vacature-slider .splide .splide__slide {
        gap: 6px;
        padding: 27px 30px;
    }
    
    .vacature-slider .splide .splide__slide::before {
        border-radius: 20px;
    }

    .vacature-slider .splide .splide__slide strong {
        font-size: 18px;
        line-height: 18px;
    }
    .vacature-slider .splide .splide__slide .title {
        font-size: 22px;
        line-height: 31px;
        margin-top: 6px;
    }
    
    .vacature-slider .splide .splide__slide .button-container {
        margin-top: 10px;
    }
    
    .vacature-slider .splide .splide__slide .button-container .button {
        padding: 14px 30px;
    }
    
    .vacature-slider .custom-arrows {
        display: none;
    }

}

@media screen and (max-width: 767px) {

}