diff --git a/src/components/ProfileType/profileTypeForm.scss b/src/components/ProfileType/profileTypeForm.scss
index 849f437073942376114f3af583576a6ecfe99a57..5d1d9fd54238715dbcec7d04f3e560f1d9492443 100644
--- a/src/components/ProfileType/profileTypeForm.scss
+++ b/src/components/ProfileType/profileTypeForm.scss
@@ -6,7 +6,7 @@
   margin: 1rem 1rem 3.5rem;
   width: 100%;
   max-width: 53rem;
-  @media (min-width: $width-phone) {
+  @media (min-width: $width-tablet) {
     margin: 1rem 1rem 0;
   }
 }
diff --git a/src/components/ProfileType/profileTypeNavigation.scss b/src/components/ProfileType/profileTypeNavigation.scss
index 2bb5a0192fabc01b625a0e84ce07651ec18cdf6f..c30ad0f86caf91227c6c801ddce01e2d43f6fcae 100644
--- a/src/components/ProfileType/profileTypeNavigation.scss
+++ b/src/components/ProfileType/profileTypeNavigation.scss
@@ -10,7 +10,7 @@
   display: flex;
   justify-content: center;
   align-items: center;
-  @media (min-width: $width-phone) {
+  @media (min-width: $width-tablet) {
     background: none;
     position: absolute;
     bottom: 0;