How To Change Border Radius Of Specific Images On About Us Page

Hi there! I was wondering if anyone knew how to change the border radius of these 2 images on my about us page. I want to change the border radius of THESE IMAGES only on THIS page so I’m assuming I would need to use a section ID. If anyone could provide some input that would be super helpful! I would like the border-radius to be 30px !

The URL to the website page is: https://pekoproduce.com/pages/about-us

Thank you!

Hi @williamk0601
You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.min.css ->paste the below code at the bottom of the file.
#shopify-section-template--15291488698390__17624838-e218-4532-a9df-1b1bce0d7328 .multi-column__media img {
    border-radius: 30px;
}