Risolto tramite Jquery:
codice:
$('div.mc_interests_header').each(function(){
        $(this).next('div.mc_interest').andSelf().wrapAll('<div class="my_custom_class"/>');
      });
Grazie!