#taskhandle h1 {
  color: var(--green);
  margin: auto;
  margin-top: 45px;
}
#taskhandle h1 span {
  color: #eceff1;
}
#taskhandle .q-list {
  max-width: 300px;
  margin: auto;
  width: 100%;
}
#taskhandle .q-list > .q-item {
  display: flex;
}
#taskhandle .q-list > .q-item .q-item__section {
  line-height: 38px;
  height: 38px;
  align-items: center;
}
#taskhandle .q-list > .q-item .q-item__section:nth-child(2) {
  flex-grow: 1;
}
#taskhandle .q-list > .q-item .q-item__section:nth-child(3) {
  flex-grow: 2;
}
#taskhandle .row {
  display: block;
}
#taskhandle .row .row {
  width: 100%;
  margin: unset;
}

#home .home-content .row.home-content__main {
  display: block !important;
}

/*# sourceMappingURL=sass.css.map */
