.nomogram {
  height: calc(100vh - 130px);
}
@media screen and (max-width: 1024px) {
  .nomogram {
    height: calc(100vh - 38px);
  }
}
.nomogram .lean {
  height: 100%;
  padding: 200px 0 !important;
}
@media screen and (max-width: 1024px) {
  .nomogram .lean {
    padding: 160px 0 !important;
  }
}
/*# sourceMappingURL=message.css.map */