.kanban-container {
  margin-top: 160px;
}

.kanban-link-item {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kanban-link-item:hover {
  color: #00aafc;
}

.kanban-link h6 {
  margin-bottom: 0;
}

.capital-category {
  text-align: center;
}

.countValue {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.countKey {
  color: #b5b6ba;
  font-size: 18px;
  font-weight: 600;
}
