.carrossel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carrossel {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease-in-out;
    cursor: grab;
}

.carrossel-item {
    min-width: 300px;
    flex-shrink: 0;
    text-align: center;
}

.carrossel-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
