@media (max-width: 1920px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 18% !important;
    }
}
@media (max-width: 1460px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 25% !important;
    }
}
@media (max-width: 767px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 50% !important;
    }
}
@media (max-width: 540px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 100% !important;
    }
}
