.read-aloud-task-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:1.2rem}@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)}}.sample-email-main-section{background-color:#f3f5fc;border:1px solid #01cdce;border-radius:20px;padding:25px}.sample-email-main-section .sample-email-content{display:flex;flex-direction:column;gap:25px}@media(max-width:991px){.sample-email-main-section{padding:20px;border-radius:15px}.sample-email-main-section .sample-email-content{gap:15px}}@media(max-width:575px){.sample-email-main-section{padding:15px;border-radius:12px}.sample-email-main-section .sample-email-content{gap:10px}}.handle-task-main-section{display:flex;flex-direction:column;gap:25px}.handle-task-main-section .handle-task-section .handle-task-left-section,.handle-task-main-section .handle-task-section .handle-task-right-section{flex:1}.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main{display:flex;flex-direction:column;gap:20px}.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main .handle-item-main{display:flex;gap:8px;background-color:#f3f5fc;padding:10px;border-radius:16px;border-left:5px solid #01cdce}.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main .handle-item-main .handle-item-icon svg{width:20px;height:20px}.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main .handle-item-main .handle-item-text{flex:1;display:flex;flex-direction:column;gap:10px}@media(max-width:575px){.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main .handle-item-main{gap:6px;padding:8px;border-radius:12px;border-left:4px solid #01cdce}.handle-task-main-section .handle-task-section .handle-task-left-section .handle-list-main .handle-item-main .handle-item-icon svg{width:16px;height:16px}}