@media (min-width: 900px){.card-grid.cards:has(>:nth-child(3)):not(:has(>:nth-child(4))),.card-grid.cards:has(>:nth-child(5)):not(:has(>:nth-child(6))),.card-grid.cards:has(>:nth-child(6)):not(:has(>:nth-child(7))){grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 900px) and (max-width: 1199px){.card-grid:has(>:nth-child(4)):not(:has(>:nth-child(5))){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.card-grid:has(>:nth-child(4)):not(:has(>:nth-child(5))),.card-grid:has(>:nth-child(8)):not(:has(>:nth-child(9))){grid-template-columns:repeat(4,minmax(0,1fr))}}
