Hello @Subodh_Kant,
I suppose you are using image tagging elements for displaying the two company logos.
In that case, you can wrap each image tagging element inside an if tagging element and have the if tagging elements bound to expressions such as:
@ItemNumber = ‘someValue’
@ItemNumber != ‘someValue’
Let me know if this helps!