@media (min-width: 768px) and (max-width: 1023px) {
  .anime-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
