@media screen and (max-width: 900px){.cards{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width: 900px){.cards{grid-template-columns:repeat(2,1fr)}}
