# Section
  [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
  

  ## Properties
  | </br>Name | </br>Type | </br>Summary | </br>Default | 
| ---- | ---- | ---- | ---- |
| children | `union` | Elements to show inside of Section. | `null` |
| className | `string` | Section css class. | `''` |
| padding |  |  | `'5'` |
| style | `objectOf` | Customs styles to tramsform your Hero | `null` |
| subTitle | `string` | Section subtitle. | `''` |
| subTitleFontSize | `string` | Font size of sub title. | `'1'` |
| title | `string` | Section title. | `''` |
| titleFontSize | `string` | Font size of title. | `'3'` |