.carrousel-holder {
    transform: translateX(60px);
    width: 850px;
}

.carrousel-holder .carrousel img {
    transform: translateX(-10px);
}

.slick-list {
    transform: translateX(140px);
    width: 1000px;
}

button.slick-next {
    color: #f7fff6;
    border: 2px solid #f7fff6;
    border-left: 2px solid transparent;
    position: absolute;
    bottom: 30px;
    left: 140px;
    cursor: pointer;
    background-color: #f7fff6;
    width: 58px;
    height: 57px;
    font-size: 0px;
    background-image: url(../../img/arrows/right-long-solid.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

button.slick-next:hover {
    background-image: url(../../img/arrows/right-long-solid-hover.svg);
    color: #052F5B;
    background-color: transparent;
}

button.slick-prev {
    font-size: 0px;
    bottom: 30px;
    z-index: 30;
    position: absolute;
    color: #f7fff6;
    border: 2px solid #f7fff6;
    border-right: 2px solid transparent;
    right: 708px;
    cursor: pointer;
    background-color: transparent;
    width: 58px;
    height: 57px;
    background-image: url(../../img/arrows/left-long-solid-hover.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

button.slick-prev:hover {
    background-image: url(../../img/arrows/left-long-solid.svg);
    color: #052F5B;
    background-color: #f7fff6;
}