.read-aloud-task-card-list{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:1.2rem}@media(max-width:1199px){.read-aloud-task-card-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.read-aloud-task-card-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.read-aloud-task-card-list{grid-template-columns:repeat(1,1fr)}}