.read-aloud-task-card-list{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:1.2rem}@media(max-width:991px){.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)}}