Hi @NOT1
In case you want to display images width exactly 322x402 then please remove the previous code and then add this code to Custom CSS of that section
@media (max-width: 768px) {
.collection-list.slider .collection-list__item {
width: calc(100% - 3.8rem - 3rem) !important;
}
}
s