sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.featured-collection .card-list {
margin-bottom: 0;
}
.featured-collection {
padding: 0;
}
}