.ws-ticker {
    overflow: hidden;
    width: 100%;
}

.ws-ticker__viewport {
    overflow: hidden;
    width: 100%;
}

.ws-ticker__track {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    will-change: transform;
}

.ws-ticker__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.ws-ticker__item-icon{
    margin-right: 10px;
}
