#educationModuleModal {
  .modal-dialog, .modal-content {
    height: 90%;
  }

  .modal-body {
    max-height: calc(100% - 50px);
    overflow-y: hidden;
  }
}
