You can fix the height of the rok-sprocket box with this css code added to you custom css file:
.sprocket-features-content {height:460px !important;}
It looks like your tallest text excerpt is about 460 pixels. That should make it consistent for all text excerpts. The only drawback is that if you ever add a longer one, you'll need to modify this css accordingly.
You may also want to play around with the margins or padding if needed.
Hope that helps. 
Nathan