/home/arranoyd/stopostoprirodno/wp-content/themes/bridge/vc_templates/animated_icons_with_text.php
<?php

$args = array(
    "columns"         => "three_columns"
);

$html = "";

extract(shortcode_atts($args, $atts));

$html = '<div class="animated_icons_with_text clearfix '.$columns.'">';

$html .= do_shortcode($content);

$html .= '</div>';

echo bridge_qode_get_module_part( $html );