.kn-text-block-link {
  all: unset;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.kn-text-block-link:hover {
  all: unset;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.kn-text-block {
  display: flex;
  flex-wrap: wrap;
}
.kn-text-block-item-wrap {
  display: inline-block;
}
.kn-block {
  display: block;
}
.kn-text-block-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kn-flex-break {
  width: 100%;
  height: 0;
}
