.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 14px;
  color: fade(#000, 45%);
}
.contentWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.noContent {
  // display: flex;
  // align-items: center;
  // justify-content: center;
  // flex-direction: column;
  // flex-grow: 2;
  margin-top: 88px;
}
