The spacing was driving me mad so I figured out how to fix the padding on the form inputs and results containers. Hope it helps!
/* Padding for results container */
[class*="results__Container-sc"] {
padding: 50px 40px !important;
}
/* Padding for form container (inputs) */
[class*="form__Container-sc"] {
padding: 50px 40px !important;
}