// 200px
@media screen and (min-width: 200px) {
  // @import "./200/main_200";
}

//400px

@media screen and (min-width: 24.938em) {
  @import "./400/group";
  // @import "./399/sub_header_399";
  // @import "./399/the_navbar_399";
}
// 576px
@media screen and (min-width: 36em) {
  @import "./576/group";
  // @import "./576/sub_header_576";
  // @import "./576/my_table_576";
}
// 768px
@media screen and (min-width:  48em) {
  @import "./768/group";
  // @import "./576/sub_header_576";
  // @import "./576/my_table_576";
}
// 992px
@media screen and (min-width: 62em) {
  @import "./992/group";
  @import "./992/the-footer";
  // @import "./992/sub_header_992";
}

// 1200px

// 1400px

// // 1600px
// @media screen and (min-width: 100.000em) {
//     @import "./992/category_992";
// }

// //1800px
// @media screen and (min-width: 112.500em) {}

// //2000px
// @media screen and (min-width: 125.000em) {}