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