diff --git a/frontend/src/components/home/Hero.astro b/frontend/src/components/home/Hero.astro
index d7a2119..51728ce 100644
--- a/frontend/src/components/home/Hero.astro
+++ b/frontend/src/components/home/Hero.astro
@@ -45,7 +45,7 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif";
20+
- ЛЕТ ОПЫТА В ХМАО
+ ЛЕТ ОПЫТА В СУДАХ
diff --git a/frontend/src/components/home/Reviews.astro b/frontend/src/components/home/Reviews.astro
index 14fc746..7c87cee 100644
--- a/frontend/src/components/home/Reviews.astro
+++ b/frontend/src/components/home/Reviews.astro
@@ -75,6 +75,15 @@ const displayReviews = [...latestReviews, ...latestReviews, ...latestReviews];
display: flex;
}
+ /* Центрирование карточки на мобильном */
+ #sliderContainer {
+ scroll-snap-type: x mandatory;
+ }
+
+ #sliderTrack {
+ scroll-snap-align: center;
+ }
+
/* Убедимся, что карточка растягивается на всю ширину слайда */
.card-item :global(.review-card) {
width: 100%;
diff --git a/frontend/src/components/home/Steps.astro b/frontend/src/components/home/Steps.astro
index a65c948..f48c133 100644
--- a/frontend/src/components/home/Steps.astro
+++ b/frontend/src/components/home/Steps.astro
@@ -93,19 +93,19 @@ const {
-
-
-