.scrolling-wrapper {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}
.card {
    min-width: 18rem;
    margin-right: 1rem;
}

@media (max-width: 1000px) {
    #scrollLeft {
         display: none;
    }

    #scrollRight {
        display: none;
    }

    #scrollLeftReview {
        display: none;
    }

    #scrollRightReview {
        display: none;
    }
}
