diff --git a/frontend/src/components/home/Hero.astro b/frontend/src/components/home/Hero.astro index dcd5e67..35c723e 100644 --- a/frontend/src/components/home/Hero.astro +++ b/frontend/src/components/home/Hero.astro @@ -97,7 +97,6 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; display: flex; justify-content: space-between; align-items: center; - gap: 3rem; padding-bottom: 4rem; width: 100%; } @@ -209,7 +208,7 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; color: rgba(255, 255, 255, 0.85); font-size: 1.15rem; line-height: 1.6; - margin-bottom: 3.5rem; + margin-bottom: 2rem; max-width: 580px; } @@ -368,7 +367,7 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; .hero-grid { flex-direction: column; text-align: center; - padding: 1.5rem 1.5rem 4rem; + padding: 1.5rem 1.5rem 2rem; } .hero-content {