Hello,
Please use the below css in Theme Setting >> CUSTOM CSS >> Custom CSS for desktop.
1. To change the line height for the product title please use this custom CSS:
.title-line-two .product-grid-item .product-title {
min-height: 50px;
line-height: 25px;
}
2. To change the title text spans width please use this custom CSS:
.product-grid-item .product-title a {
padding-left: 20px;
padding-right: 20px;
}
3. To change the Font size of the price please navigate to Theme Settings >> Typography >> Advanced Typography >> Add the rule for Product Grid Price.
Screenshot: http://prnt.sc/p852b3
Result: http://prnt.sc/p852np
Best Regards.