Hi There,
You can add this under Custom > CSS in the Customizer.
.tg-joes-skin-main .tg-item-content-holder[data-position="bottom"] {
border-radius: 0 0 10px 10px;
}
img.tg-item-image {
border-radius: 10px 10px 0 0;
}
Make sure to clear your caching plugin before previewing the site.
Thanks.