.schedule-demo-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.schedule-demo-page .schedule-demo-intro-container {
  width: 100%;
  padding: 80px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.schedule-demo-page .text-wrapper {
  width: 100%;
  max-width: 650px;
}

.schedule-demo-form-container {
  margin: -80px 0 0;
}

.schedule-demo-form {
  width: 100%;
  min-width: 312px;
  min-height: 516px;
  height: 700px;
  border: none;
}

@media only screen and (max-width: 631px) {
  .schedule-demo-form {
    height: 630px;
  }
}