get_title();
$this->get_image();
?>
	get_description(); ?>
	get_field(
		esc_html__( 'Service Type', 'rank-math' ),
		'serviceType'
	);
	?>
	get_field(
		esc_html__( 'Price', 'rank-math' ),
		'offers.price'
	);
	?>
	get_field(
		esc_html__( 'Currency', 'rank-math' ),
		'offers.priceCurrency'
	);
	?>