diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss
index eb294bc..28ddce1 100644
--- a/src/_sass/_custom.scss
+++ b/src/_sass/_custom.scss
@@ -57,6 +57,9 @@ body {
 }
 
 .feature__item {
+  @media (max-width: 37.5em) {
+    width: 100%;
+  }
   background-color: #eee;
   margin-bottom: 1em;
   border-radius: 4px;