class Section extends PureComponent {

  static propTypes = {
    title: PropTypes.string,
    children: PropTypes.node,