Sense theme circle shaped collection cards size

hi, how can i change collection cards size on my home page? it is circled shaped, however it’s way too large.

https://www.beautage.co/

@Beautage - add this css to the very end of your base.css file and check

@media screen and (min-width:750px){
section.shopify-section.section.section-collection-list .card .media {width: 65%;    left: 50%;    transform: translate(-50%);}
}

hi, thank you. that shrinked the size of the card, however now the text is way bigger and there is a huge gap in between, any solutions? also the featured product images are now too small on mobile, but the collection cards are still huge (mobile), how do I reduce the size of them on mobile too? thanks