@custom-media --sm (width <= 400px);

@custom-media --md (width <= 768px);

@custom-media --tb (width <= 1024px);

@custom-media --lg (width <= 1080px);

@custom-media --xl (width <= 1440px);

@custom-media --xxl (width <= 1920px);

@custom-media --xxxl (width <= 2560px);
