Section component for wrapping sections. Give a section id by giving it an id
property.
Section component can have bottom gutter by setting bottomGutter
property.
<div class="section section--bottom-gutter-2" id="section-1">
Section content goes here
</div>
{
"language": "en-US",
"content": "Section content goes here",
"id": "section-1",
"bottomGutter": 2
}