diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md
index f52b52db5f..26171d7454 100644
--- a/docs/layout/responsive-utilities.md
+++ b/docs/layout/responsive-utilities.md
@@ -23,23 +23,23 @@ Try to use these on a limited basis and avoid creating entirely different versio
|
Extra small devices
- Portrait phones (<34em)
+ Portrait phones (<544px)
|
Small devices
- Landscape phones (≥34em)
+ Landscape phones (≥544px - <768px)
|
Medium devices
- Tablets (≥48em)
+ Tablets (≥768px - <992px)
|
Large devices
- Desktops (≥62em)
+ Desktops (≥992px - <1200px)
|
Extra large devices
- Desktops (≥75em)
+ Desktops (≥1200px)
|