<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-cols-md-4&gt;li:nth-child(n+5){
  display:unset;
}
@media (max-width: 991px) {
  .row-cols-md-4&gt;li:nth-child(n+5) {
    /*display: none;*/
  }
}
</pre></body></html>