soodomaa Buddy, Can you please help me to fix the second row first category alignment issue as you see the screenshot.
Code Which I'm Using:
.secondary-slider-wrapper {
/* padding: 0 !important; */
display: grid;
grid-template-columns: repeat(10, 2fr);
gap: 12px;
width: 100%;
margin: 0 0;
border-radius: 5px;
background-color: #ff5722;
}