diff --git a/assets/main.css b/assets/main.css
index 6ab061c..3fcc456 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -32,6 +32,10 @@
@apply font-bounded text-[24px] leading-[140%] font-bold uppercase md:text-[48px] xl:text-[64px];
}
+ .h1-big {
+ @apply font-bounded text-[32px] leading-[140%] font-bold uppercase sm:text-[48px] xl:text-[64px];
+ }
+
.h2-bold-bounded {
@apply font-bounded text-[24px] leading-[150%] md:leading-[120%] font-bold sm:text-[36px] md:text-[40px];
}
@@ -59,6 +63,10 @@
.space-25-75 {
@apply space-y-[25px] sm:space-y-[75px]
}
+
+ .space-55-75 {
+ @apply space-y-[55px] sm:space-y-[75px]
+ }
}
.main {
diff --git a/components/section/about-us-page/AboutUsDifferent.vue b/components/section/about-us-page/AboutUsDifferent.vue
new file mode 100644
index 0000000..e421fa5
--- /dev/null
+++ b/components/section/about-us-page/AboutUsDifferent.vue
@@ -0,0 +1,69 @@
+
+ {{ component.section_lang_data.description }} {{ item.block_description }}
+ {{ item }}
+
+ {{ item }}
+
+ {{ component.section_lang_data.main_description }}
+
+ {{ item }}
+
+ {{ el }}
+
+ {{ component.section_lang_data.title }}
+
+
+ 0{{ index + 1 }}
+
{{ item.block_title }}
+
+ {{ component.section_lang_data.section_1.title }}
+
+
+ {{ component.section_lang_data.section_1.sub_title }}
+
+
+ {{ component.section_lang_data.section_1.sub_title_second }}
+
+
+ {{ component.section_lang_data.section_2.title }}
+
+
+ {{ component.section_lang_data.section_3.title }}
+
+
+ {{ component.section_lang_data.section_4.title }}
+
+
+
+
+ {{ component.section_lang_data.section_5.title }}
+
+
+ {{ component.section_lang_data.main_title }}
+
+
+ {{ component.section_lang_data.main_subtitle }}
+
+
+ {{ component.section_lang_data.story_title }}
+
+
+
+ {{ component.section_lang_data.story_subtitle }}
+
+
+
{{ index }}
++
{{ item.content }}