.tasks-group {
    display: inline-block;
    height: 1.5rem;
}

.tasks-group-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 7.5rem;
}