diff --git a/src/components/sections/contact/form/form.module.scss b/src/components/sections/contact/form/form.module.scss
index ca8be98..b5f3f4a 100644
--- a/src/components/sections/contact/form/form.module.scss
+++ b/src/components/sections/contact/form/form.module.scss
@@ -143,6 +143,14 @@
}
}
+ iframe {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ border-radius: 8px;
+ margin-top: 5rem;
+ }
+
> label:nth-child(2) {
margin-top: tovw(60px, 'default', 35px);
}
@@ -156,7 +164,11 @@
width: fit-content;
align-self: center;
font-size: tovw(18px, 'default', 14px);
- margin-top: tovw(50px, 'default', 35px);
+ margin-top: tovw(50px, 'default', 45px);
+ }
+
+ .recaptcha {
+ padding: 50px;
}
}
}
diff --git a/src/components/sections/contact/form/index.tsx b/src/components/sections/contact/form/index.tsx
index 0d4bf02..b99a359 100644
--- a/src/components/sections/contact/form/index.tsx
+++ b/src/components/sections/contact/form/index.tsx
@@ -169,16 +169,17 @@ const CustomForm = ({ data }: FormProps) => {
onChange={(e) => setText(e.target.value)}
>
-
-