.message-box {
  height: 140px;
  border-radius: 14px;
  background: var(--core-colors-neutral-100, #f1f5f9);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.message-box__text {
  margin: 0;
  color: var(--text-secondary, #475569);
  font-family: "Kyiv*Type Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 110%;
}

.message-box__text.bold {
  font-size: 20px;
  font-weight: 500;
}
