Please try disable or make comment for margin-left: 1.5rem; in assets/base.css.
And add width: 100%; instead.
@media screen and (max-width: 749px) {
.grid--peek.slider .grid__item:first-of-type {
/* margin-left: 1.5rem; */
width: 100%;
}
}