It's in /themes/AngarTheme/assets/css/theme.css.
However it's minified so might be a pain in the bun to edit.
I would sugest to add in your CSS file ( Angartheme.css) :
.products .product-miniature .product-title {
height: 70px !important;
}
Clear cache refresh your page (ctrl+F5) and check if it works.
Using !important is not the best practice but sounds like the best solution for you at the moment.