How to increase title of product of the grid for the Craft theme?

Hi @nella1810
You can try following the steps to achieve your result
Go to online store → Edit code-> component-card.css file
And add these bellow code

.card__heading {
    font-size: 2rem;
}

Result :