@media (max-width: 768px) {

.admin_lista {
	width: 100%;
    padding: 0;
}

.admin_listaC_box {
    grid-template-columns: 1fr max-content max-content;
}

.table_desctop {
    display: none;
}


}