.yj-service-solutions {
    padding: 12px 32px;
    border-radius: 52px;
	justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    /* smooth scroll (nice UX) */
    scroll-behavior: smooth;

    /* hide scrollbar (cross-browser) */
    -ms-overflow-style: none;  /* IE + Edge */
    scrollbar-width: none;     /* Firefox */
	
	cursor: grab;
}
.yj-con-solutions {
    background: #f6f6f6;
    padding: 15px 30px 15px 30px;
    border-radius: 12px;
    border: 1px solid #e3e3e3a8;
	justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.yj-service-solutions::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.solutions-item {
    flex: 0 0 auto;
}

.solution {
    white-space: nowrap;
}

.solution-divider {
    width: 1px;
    height: 32px;
    background: #fff;
    opacity: 0.5;
    flex: 0 0 auto;
}

.solution-divider-con {
    width: 2px;
    height: 32px;
    background: #e3e3e3a8;
    opacity: 1;
    flex: 0 0 auto;
}

.yj-service-solutions:active {
    cursor: grabbing;
}

.yj-service-solutions.dragging {
    cursor: grabbing;
    user-select: none;
}