@import url('main.css');

@import url('desktop.css') only screen and (min-width: 1366px);
@import url('mobile.css') only screen and (max-width: 1365px);