After not receiving any feedback whatsoever after several attempts, I was able to fix the issue using the following css in the customizer.
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover {
display: flex;
align-items: center;
flex-direction: row;
margin-bottom: 10px;
text-align: center;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption p {
font-family: arial, sans-serif;
font-size: 16px;
margin: 0 !important;
padding: 0 !important;
color: #fff;
text-align: center;
}