@import url("./devices/mobile.min.css") only screen and (max-width: 1000px);
@import url("./devices/desktop.min.css") only screen and (min-width: 1000px);
