Double Reviews in Collection Page - Help Remove One

My Collection page is showing these two lines of review, how can i remove one line. For reviews i was using Judge me.

@Soiled can you please share this page link?

Collection list like this: https://www.soiled.in/collections/alocasia

@Soiled please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.card-information .jdgm-widget {display: none; visibility: hidden;}

HI @Soiled

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.card__information > .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
    display: none !important;
}

Here is the result:

I hope this helps

Best,

Daisy