.asptt-block-image-carrousel {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.image-carrousel {
    width: 90%;
}

.image-carrousel .slick-track {
    gap: 20px;
    display: flex;
    height: 400px;
}

.image-carrousel .slick-slide {
    width: auto;
}

div.image-carrousel .image-carrousel-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-carrousel-image {
    height: 190px;
}

.image-carrousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-carrousel-nav {
    height: 0;
    width: 100%;
    top: calc(50% - 15px);
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.image-carrousel-nav .prev,
.image-carrousel-nav .next {
    border: 0;
}

.image-carrousel-nav .prev::before,
.image-carrousel-nav .next::before {
    content: none;
}