normal featured box

[row]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"]
    Featured box text
  [/featured_box]
[/col]

[/row]

featured box - icon left

[row]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[/row]

featured box - icon center

[row]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="center"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="center"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="center"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/4"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="center"]
    Featured box text
  [/featured_box]
[/col]

[/row]

featured boxes - inside a dark background container

[background bg="http://imageurl" dark="true" padding="30px"]
[row]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[/row]
[/background]

featured boxes - inside a light background container

[background bg="http://imageurl" dark="false" padding="30px"]
[row]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left" style="center"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[col span="1/3"]
  [featured_box title="Featured box title" img="http://iconurl"  pos="left"]
    Featured box text
  [/featured_box]
[/col]

[/row]
[/background]