.formAndContentWrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.FormContent{flex-basis:60%}.formArea{flex-basis:35%}@media screen and (max-width:800px){.FormContent,.formArea{flex-basis:100%}}.formAreaInner{background-color:#f5f5f5;border-radius:6px;padding:25px}.formAreaInner .hs-form-field{margin-bottom:15px;margin-top:15px}.formAreaInner input[type=email],.formAreaInner input[type=tel],.formAreaInner input[type=text]{background-color:#fff;border:1px solid #dcdcdc;border-radius:6px;box-sizing:border-box;height:40px;width:100%}.formAreaInner textarea{background-color:#fff;border:1px solid #dcdcdc;border-radius:6px;box-sizing:border-box;height:100px;width:100%}.formAreaInner label{display:block;margin-bottom:6px}.formAreaInner input[type=submit]{appearance:none;-webkit-appearance:none;background-color:var(--mainOrange);border:none;border-radius:35px;color:#000;font-size:15px;padding:10px 40px;text-align:center}.formAreaInner h3{text-align:center}