Hi Anthony,
Thank you for writing in! Add a line-height: 1; property on the text element, then add a class mbn to the <p> tag wrapping the phrase (It’s gossip. It’s juicy. Just read it)
e.g.
<p class="mbn">It’s gossip. It’s juicy. Just read it</p>
Regarding the testimonials, you can add this under Custom > CSS in the Customizer.
.mg-testimonials-item .content_bg p {
line-height: 1.4;
}
Feel free to adjust the value.
Hope it helps, Cheers!