Elementor paragraphs has a default 20px gap below them. This tip/solution will remove that gap.
Option 1:
p:last-child{
margin-bottom:0;
}
Option 2:
Go to text editor (not Visual Editor), hit delete one time at the end of text.
Additional Instructions/Information