.from-carousel .slick-slide {
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.from-carousel .slick-track {
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}


.from-carousel .slick-next,
.from-carousel .slick-prev {
    background: #ffffff;
    height: 100%;
    width: 4%;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.from-carousel .slick-list {
    width: 90%;
    margin: 0 auto;
}