<move element="product.info" destination="product.info.main" [desired position here]"/>
As [desired position here] is like the following:
before="-" (top)
before="[existing element]"
after="-" (bottom)
after="[existing element]"
Try: <move element="product.info" destination="product.info.main" after="page.main.title" />