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