export default class Section extends Component {

  createClassName() {
    return [styles.section, this.props.className].join(' ').trim();
  }