@media only screen and (max-width: 480px) {
  .request_demo .form .formspace form .input {
    margin: 0;
  }
  .request_demo .form .formspace form .input input {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .request_demo .request_from {
    margin: 0;
  }
  .request_demo .request_from .fomr-6 {
    width: 100%;0
    padding: 0;
  }
  .request_demo .request_from h2 {
    font-size: 28px;
    line-height: normal;
  }
  .request_demo .request_from .fomr-6 .alternatively h3 {
    line-height: normal;
  }
  .request_demo p a {
    font-size: 24px;
    line-height: normal;
    display: inline-block;
  }
  .request_demo .request_from .fomr-6 .alternatively {
    padding: 20px 0 0;
  }
  .request_demo .request_from .fomr-6.form {
    padding: 40px 0 0;
  }
  .request_demo .form .formspace form {
    padding: 40px 30px;
  }
  .request_demo .form .formspace form .actions .hs-button.primary.large {
    font-size: 17px;
    line-height: normal;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .request_demo .request_from h2 {
    font-size: 40px;
    line-height: normal;
  }
  .request_demo .request_from .fomr-6.conent {
    width: 45%;
  }
  .request_demo .request_from .fomr-6.form {
    width: 55%;
  }
}