alabtechnosoft Try this code once, Although it throws an error please save it , It will work.
.secondary-slider-wrapper {
display: grid;
grid-template-columns: repeat(4, 2fr);
gap: 19px 0px;
width: 93%;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px;
border-radius: 5px;
background-color: #ffffff;
}