.eats-members-component {
padding: 0 !important;
}
@media (max-width: 768px) {
.eats-grid-item {
width: 100% !important;
}
}
@media (max-width: 1024px) {
.eats-grid-item {
width: 50% !important;
}
}
@media (min-width: 1025px) {
.eats-grid-item {
width: 25% !important;
}
}