.scheduleDemoWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.scheduleDemoContent{flex-basis:45%}.scheduleDemoForm{flex-basis:45%}@media screen and (max-width:800px){.scheduleDemoContent{flex-basis:100%}.scheduleDemoForm{flex-basis:100%}.scheduleDemoPadding{padding-top:10px !important;padding-bottom:10px !important}}.scheduleDemoForm .hs-form-field{margin-top:15px;margin-bottom:15px}.scheduleDemoForm input[type="text"],.scheduleDemoForm input[type="email"]{box-sizing:border-box;width:100% !important;height:40px;border:1px solid gray}.scheduleDemoForm input[type="submit"]{box-sizing:border-box;padding:10px 35px;text-align:center;border:0;text-decoration:none;background-color:#49819f;color:white;text-transform:uppercase;display:block;margin:0px auto}