Edit in JSFiddle

<h4>This is heading element.</h4>
<p>This is paragraph element.</p>
<p>This is another paragraph element.</p>
h4 + p
{
    color:Orange;
    font-weight:bolder;
}