@media (max-width: 768px) {
   .itemList li.itemList__unit:nth-of-type(n + 5) {
      display: block !important;
   } 
}