.custom-modal-new-errorPage {
  display: flex;
  flex-flow: column;
  text-align: center;
  color: #14181a;
  text-align: center;
  height: 100%;
  justify-content: space-between
}

.main-icon {
  height: 100px;
}

.ok-btn {
  padding-top: 50px;
}

.primary-button {
  max-width: 300px;
}

.error_modal_title {
  font-size: 28px;
  font-weight: 500;
  width: 100%;
  margin-top: 3px
}

.error_modal_subtitle {
  text-align: center;
  font-size: 18;
  color: #14181a;
  margin-top: 28
}

@media only screen and (max-width: 767px) {
  .fullpage-modal.error-page-view {
    padding: 4em 1em 1em;
  }
}