.tasksystemcontainer{display:flex;flex-wrap:wrap;background-color:var(--background);margin:5px 0;padding:10px;gap:5px}.tasksystemcontainer__item{flex:1 0 30%;background:var(--grey-1);padding:5px}.tasksystemcontainer__item .reminder{color:#851919;font-weight:bold}