Hi there,
Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS
.home #x-subscribe-form-1521 fieldset:nth-child(4), #x-subscribe-form-1521 fieldset:nth-child(5){
display: inline-block;
width: calc(50% - 0.625em);
}
.home #x-subscribe-form-1521 fieldset:nth-child(4) {
margin-right: 1.25em;
}
Hope this helps.