
(function($){
  $(window).on("load",function(){
      $(".content-invetment").mCustomScrollbar();
  });
})(jQuery);