Yeah, there is custom style bringing in
h4, .body-content.quote {
font-size: 16px;
line-height: 26px;
}
change it to
h4, .body-content.quote {
font-size: 16px;
line-height: 20px;
}
It’ll be in your custom CSS in general settings if you can’t find it in there you can just add it to the bottom
Thanks
Ben