import iconExampleBlankslate from '../assets/img/icon-example-bs.png';

<div className="row col-12 p-0 my-4">
  <div className="col-4 p-0">
    <h4>Blankslate Icon (120px)</h4>
    <p>
      Blankslate Icon (120px). Icons should be designed on 100 x 100px and exported with padding on a 120px bounding box. Used in <strong>blankslate and only once per page</strong>.
    </p>
  </div>
  <div className="col-8 text-center">
    <img src={iconExampleBlankslate} />
  </div>
</div>
