.content-cards{gap:var(--gap);flex-wrap:wrap;display:flex}@media (min-width:768px){.content-cards{column-gap:max(var(--gap),1.68539%);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}@media (max-width:1025px){.content-cards:has(>li:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}.content-cards:has(>li:nth-child(4))>li{grid-column:span 1}}.content-cards--fifth{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}@media (max-width:1025px){.content-cards--fifth{grid-template-columns:repeat(2,minmax(0,1fr))}.content-cards--fifth>li{grid-column:span 1}.content-cards--fifth>li:first-child{grid-column:span 2}}}