Applying the below code should achieve what you are looking for:
@media (min-width:768px) {
.grid-item-33 {
width: 25% !important;
}
}
Adding the above code at the end of one of your css files should do the job.
EDIT: adjusted the code to be applied only for desktops.
Kind regards,
Gabriel
