body {
    background-color: rgba(0, 0, 0, 0.1);

}

.hero {
    background-color: #f8f9fa;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.card {
    height: 100%;
    width: 300px;
    /* Aumenta la larghezza delle card */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.scrolling-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.scrolling-wrapper .card {
    flex: 0 0 auto;
    margin-right: 1rem;
}
