import React from 'react'; import classNames from 'classnames'; import { Col } from 'antd'; import styles from './index.less'; import responsive from './responsive'; const Description = ({ term, column, className, children, ...restProps }) => { const clsString = classNames(styles.description, className); return (