H 3

<!-- Default -->
<h3>Heading 3</h3>

<!-- Light -->
<h3 class="vd-heading-light">Heading 3</h3>

<h3{%if styleModifier %} class="{{ styleModifier }}"{% endif %}>{{ text }}</h3>
/* Default */
{
  "text": "Heading 3"
}

/* Light */
{
  "text": "Heading 3",
  "styleModifier": "vd-heading-light"
}

The Section Title is obtained with the .vd-section-title class.

The Icon Title is obtained with the .vd-icon-title class.