How to reduce line height in collection description

Hi, I’d like to reduce the line height in my collection descriptions.
my website is: doorstepdrip.com and using studio theme

the line height currently looks like this:

there’s too much spacing between each line so if anyone can help give a solution to reduce this, it’d be much appreciated, thanks

@doorstepdrip , Hope you are doing well.

PLease add the below line of CSS code at the end of your base.css file.

.collection-hero .collection-hero__description{
line-height:1.1 !important;
}

you can change the value 1.1 as per your taste.