.scroller-container {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.ressurance-product {
    display: flex;
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.scroll-item {
    display: flex;
    align-items: center;
}

.animate-scroll {
    display: flex;
    gap: 0px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.animate-scroll .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex-shrink: 0;
}

.animate-scroll .dot svg {
    display: block;
    width: 5px;
    height: 5px;
}

#animate-scroll li {
    flex: none;
    font-weight: 400;
    font-size: 14px;
}