.cards{grid-template-columns:repeat(3,1fr)}
@media(max-width:1050px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.cards{grid-template-columns:1fr}}
