/* Desktop */
@import url("Main.css");
/* Phone */
@import url("/Assets/CSS/Phone.css") only screen and (max-width:480px);
/* Tablet */
@import url("/Assets/CSS/Tablet.css") only screen and (min-width:481px) and (max-width:768px) ;


