diff --git a/public/assets/images/footer/footer.webp b/public/assets/images/footer/footer.webp index 2274806..f592919 100644 Binary files a/public/assets/images/footer/footer.webp and b/public/assets/images/footer/footer.webp differ diff --git a/src/app/globals.css b/src/app/globals.css index e09cc13..a7a6f11 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -12666,7 +12666,8 @@ body { font-size: 12px !important; padding: 20px 10px !important; } - .faq-two .section-heading{ + + .faq-two .section-heading { font-size: 32px !important; } } @@ -13230,7 +13231,7 @@ body { } */ - .home-contact-one .appointment__form__top .sec-title__title{ + .home-contact-one .appointment__form__top .sec-title__title { font-size: 30px !important; @@ -13239,7 +13240,7 @@ body { @media (max-width: 1024px) { -.choose-section .bg-image{ + .choose-section .bg-image { display: none !important; @@ -13250,7 +13251,7 @@ body { @media (max-width: 992px) { - .home-contact-form-container-global{ + .home-contact-form-container-global { margin-top: 30px !important; @@ -13266,19 +13267,19 @@ body { } -.counselling-solutions__title{ + .counselling-solutions__title { padding-top: 30px; } -.counter-area-two__count{ + .counter-area-two__count { font-size: 25px !important; } -.counter-area-two__text{ + .counter-area-two__text { font-size: 12px !important; @@ -13563,13 +13564,27 @@ body { } /* Blog Results Grid – responsive overrides */ -/* At ≤500px force single column (the two-column col-6 grid otherwise stays) */ +/* Specifically override .news-area .row column stacking at 1024px from main.css */ +@media (max-width: 1024px) { + .blog-results-grid .row { + display: flex !important; + flex-direction: row !important; + flex-wrap: wrap !important; + } + .blog-results-grid .col-6 { + width: 50% !important; + flex: 0 0 50% !important; + max-width: 50% !important; + } +} + +/* At ≤500px force single column */ @media (max-width: 500px) { .blog-results-grid .col-6 { - width: 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100% !important; + flex: 0 0 100% !important; + max-width: 100% !important; } } diff --git a/src/components/home/home-1/BlogSection.tsx b/src/components/home/home-1/BlogSection.tsx index f8bb091..295631f 100644 --- a/src/components/home/home-1/BlogSection.tsx +++ b/src/components/home/home-1/BlogSection.tsx @@ -102,10 +102,10 @@ const BlogSection = ({