.succes-cards {
    position: relative;
    z-index: 1;
    margin-top: -2px;
}

.succes-cards--blue {
    background: #0C1631;
    color: #fff;
}

.succes-cards--blue h2 {
    color: #fff;
}

.succes-cards__bg {
    position: absolute;
    width: 100%;
    height: 390px;
    bottom: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: left;
}

.succes-cards__headlines {
    padding-bottom: 40px;
    width: 100%;
}

.succes-cards__slider {
    width: 100%;
}

.succes-card-slider {
    padding-bottom: 67px;
    margin: 0 -16px;
}

.succes-card-item {
    padding: 0 16px;
}

.succes-card {
    background: #fff;
    border-radius: 30px;
    padding: 19px;
    display: block;
}

.succes-card__image {
    height: 189px;
}

.succes-card__image img {
    border-radius: 25px;
}

.succes-card__details {
    padding-top: 20px;
}

.succes-card__details h3 {
    font-size: 22px;
    line-height: 1.363em;
    color: #0C1631;
    margin-bottom: 10px;
}


.succes-card__details p {
    color: #474747;
    font-weight: 400;
    margin-bottom: 10px;
}


.succes-card__cta {
    background: none;
    border: none;
    color: #213C88;
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    display: inline-block;
}

.succes-card__cta::after {
    content: '\e903';
    font-family: 'wwc-icons';
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    top: 50%;
    transform: translate(0, -50%);
}

.succes-card-slider .slick-arrow {
    background: none;
    color: #fff;
    width: 54px;
    height: 27px;
    margin: 0;
}

.succes-card-slider .slick-arrow.slick-disabled {
    opacity: 0.38;
}

.succes-card-slider .slick-arrow::before {
    font-size: 54px;
    line-height: 0.5em;
}

.succes-card-slider .slick-prev {
  left: 16px;
}

.succes-card-slider .slick-next {
    right: auto;
    left: 97px;
}

@media (min-width: 768px) {
   
    
    .succes-cards__headlines {
        padding-bottom: 47px;
    }
    
    
    .succes-card-slider {
        padding-bottom: 0;
    }
    
    .succes-card__details h3 {
        padding-right: 3px;
    }
    
    .succes-card__details p {
        font-size: 16px;
    }
    
    
    .succes-card-slider .slick-arrow {
       top: -88px;
    }
    
    
    .succes-card-slider .slick-prev {
        left: auto;
        right: 97px;
    }
    
    .succes-card-slider .slick-next {
        right: 16px;
        left: auto;
    }

    .succes-card__details {
        min-height: 242px;
    }
}

@media (min-width: 1200px) {
    .succes-card__details {
        min-height: auto;
    }
    
    .succes-cards__bg {
        height: 404px;
    }

    .succes-cards__headlines {
        padding-bottom: 0;
        width: 399px;
        padding-top: 67px;
    }
    
    .succes-cards__slider {
        width: calc(100% - 399px);
        padding-left: 34px;
        padding-bottom: 63px;
    }

    .succes-cards__wrap {
        width: 2500px;
    }

    .succes-card-item {
        padding: 20px 16px;
        height: 478px;
    }

    .succes-card-item:hover {
        padding: 0 16px;
    }

    .succes-card {
        width: 399px;
    }

    .succes-card:hover {
        background: #fff;
        padding-bottom: 39px;
        margin-top: -0;
        width: 437px;
    }

    .succes-card:hover .succes-card__image {
        height: 209px;
    }

    .succes-card-slider .slick-arrow {
        top: auto;
        bottom: 87px;
     }
     
     
     .succes-card-slider .slick-prev {
         left: -415px;
         right: auto;
     }
     
     .succes-card-slider .slick-next {
         right: auto;
         left: -334px;
     }

}