diff --git a/packages/web-domains/src/user/features/user-role-closing/containers/OwnerStartContainer.tsx b/packages/web-domains/src/user/features/user-role-closing/containers/OwnerStartContainer.tsx
index 2d4fec16..6b6e4d78 100644
--- a/packages/web-domains/src/user/features/user-role-closing/containers/OwnerStartContainer.tsx
+++ b/packages/web-domains/src/user/features/user-role-closing/containers/OwnerStartContainer.tsx
@@ -1,5 +1,6 @@
'use client';
+import { mobileMediaQuery } from '@sambad/css-utils';
import { Txt } from '@sambad/sds/components';
import { colors, size } from '@sambad/sds/theme';
@@ -29,14 +30,12 @@ export const OwnerStartContainer = () => {
@@ -59,9 +58,7 @@ export const OwnerStartContainer = () => {
css={{
position: 'relative',
width: '80%',
- '@media (max-width: 320px)': {
- width: '232px',
- },
+ ...mobileMediaQuery({ marginTop: 0 }),
}}
>