/* Su mobile: 1 colonna */
#linguistiche .linguistiche-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
