div.why
{
background-size: cover;
max-width: 2065px;
height: auto;
opacity: 0.5;
position: absolute;
right: 10px;
left: -47px;
top: 238px;
width: 2065px;
height: 415px;
z-index: 220;
}
$('h3').siblings('p').wrap('<div class="content"></div>');
$('h3').nextUntil('h3').wrap('<div class="content"></div>');
$('h3').each(function() {
$(this).nextUntil('h3').wrapAll('<div class="content"></div>');
});