Hello @vikasbobi,
Thank you for contacting Rank Math support.
The title is displayed in the shortcode output by default. However, on your site, it is hidden using CSS. Please add the following CSS to your site to display the title and hide the image:
rank-math-rich-snippet-wrapper h5.rank-math-title {display: block!important;}
.rank-math-review-image {display: none!important;}
To hide the description, please use the following CSS:
.rank-math-review-data p:first-of-type {display: none!important;}
You can add the CSS in WP Dashboard > Appearance > Customizer > Additional CSS.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.