diff --git a/public/images/contact/banner-contact.png b/public/images/contact/banner-contact.png
new file mode 100644
index 0000000..c465bb4
Binary files /dev/null and b/public/images/contact/banner-contact.png differ
diff --git a/public/images/contact/contact.png b/public/images/contact/contact.png
deleted file mode 100644
index 22492dd..0000000
Binary files a/public/images/contact/contact.png and /dev/null differ
diff --git a/src/components/common/header/header.module.scss b/src/components/common/header/header.module.scss
index 8375c09..8a81b16 100644
--- a/src/components/common/header/header.module.scss
+++ b/src/components/common/header/header.module.scss
@@ -18,6 +18,8 @@
nav {
display: flex;
align-items: center;
+ justify-content: space-between;
+ width: 100%;
svg {
display: block;
@@ -26,7 +28,6 @@
ul {
display: flex;
- margin: 0 0 0 tovw(122px, 'default', 90px);
padding: 0;
list-style-type: none;
gap: tovw(32px, 'default', 16px);
diff --git a/src/components/common/header/index.tsx b/src/components/common/header/index.tsx
index 0c1917f..c4680c1 100644
--- a/src/components/common/header/index.tsx
+++ b/src/components/common/header/index.tsx
@@ -160,15 +160,16 @@ export const Header = () => {
))}
+