<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
<movu-benefit type="experience" heading="Very experienced" description="The company has been a longstanding partner of ours and is very experienced.">
</movu-benefit>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
<movu-benefit
type="{{type}}"
{% if heading %} heading="{{heading}}" {% endif %}
{% if description %} description="{{description}}" {% endif %}>
</movu-benefit>
</div>
</div>
</div>
{
"type": "experience",
"heading": "Very experienced",
"description": "The company has been a longstanding partner of ours and is very experienced."
}
No notes defined.