import React from 'react' import { Row, Col } from 'reactstrap' import ContentSection from './ContentSection' const Stakeholder = ({ name, title, subtitle }) => (

{title}

{subtitle}

) const StakeholderSection = ({ className }) => ( ) export default StakeholderSection