/* main.css */
@import url('lg/project.css');
@import url('md/project.css') screen and (min-width: 768px) and
  (max-width: 1199px);
@import url('sm/project.css') screen and (max-width: 767px);
