Rounded Corner in picture inside cards

Hi, I am trying to round the corner of the pictures inside the cards:

https://wmqgez-r2.myshopify.com/pages/pattern-making

Is there a way to do it please?

Warm regards.

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

.multicolumn-card__image {border-radius: 20px !important;}

Hi @Artez

Let try to add this Custom CSS code:

.multicolumn-list .media--transparent {
    border-radius: 20px;
}

You can do that by adding this code to Custom CSS of that section

img { border-radius: 30px; }