You can change it by adding custom CSS to your collection product grid in shopify customizer
.product-card .product-card-title {
font-size: calc(var(--font-product-title-scale, 1)* .7375rem);
line-height: calc(var(--font-product-title-line-height-scale, 1)* 1.5);
font-weight: 500;
display: block;
margin-bottom: 5px;
}