Hi,
If you want to change it only in the homepage use the code below
.home ul.products li.product .product-details a{
font-size:15px!important;
}
If you want to use it across all the site use this one instead
ul.products li.product .product-details a{
font-size:15px!important;
}
-Rui