.spotify-podcast-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:15px 20px}@media (max-width:900px){.spotify-podcast-list{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}@media (max-width:600px){.spotify-podcast-list{grid-template-columns:1fr;grid-template-rows:auto}}