export default function StepInformation(props) { return (

{props.title}


{props.description}
) }