/* #maintenance{
    padding: 80px 150px;
    background-color: #0063C3;;
} */
.page-support-enrollment{
    overflow-x: hidden;
}

.page-support-enrollment #support-form-page.plain-html{
  margin-bottom: 0;
}

#maintenance {
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 150px;
  background-color: #0063c3;
  max-width: 1280px;
  margin: 0 auto;
}

#maintenance p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  width: 880px;
}

/* #maintenance .component-content :nth-child(3) {
    margin-bottom: 0;
} */

#maintenance p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

/* #support .demo-shell--hide-fixed-bottom #isi {
  border-top: none !important;
} */

/* #support-form-page {
  max-width: 1280px;
  padding: 0 !important;
  margin-bottom: 0 !important;
} */

@media (max-width: 991px) {
  /* #maintenance{
    padding: 60px 20px;
} */

  #maintenance {
    gap: 15px;
    padding: 60px 20px;
  }

  #maintenance p {
    font-size: 16px;
    width: 100%;
  }
}
