.support-page-main-container {
  width: 100%;
  background-color: #190B27;
  padding: 120px 0;
}

.support-page-content-container {
  width: 530px;
  margin: auto;
}

.support-page-title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.023%; /* 67.011px */

  margin-bottom: 44px;
}

.support-page-subtitle {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.023%; /* 34.846px */
  opacity: 0.8;

  margin-bottom: 70px;
}

.support-page-subtitle-email {
  color: #FFAD3E;
  text-decoration: none;
}

.support-page-form {
  margin: auto;
  margin-bottom: 129px;
}

.form-button {
  cursor: pointer;
  pointer-events: all;
}