added disclaimer section, changed address

This commit is contained in:
Mayur Shinde
2026-07-18 15:05:50 +05:30
parent e6d6b60713
commit 44f929f080
9 changed files with 38 additions and 11 deletions
+7
View File
@@ -1225,6 +1225,13 @@
.faq-cat .faq details.hide{display:none}
.faq-note{max-width:720px;padding:22px 24px;border-left:2px solid var(--sky);margin-top:26px}
.faq-note p{color:var(--dim);font-size:13px;line-height:1.7;margin-top:10px}
.disc-note{max-width:1000px}
.disc-note p{break-inside:avoid}
@media(min-width:721px){
.disc-note{column-count:2;column-gap:52px}
.disc-note>.tag{column-span:all}
.disc-note p:first-of-type{margin-top:14px}
}
.faq-cta{max-width:560px;margin:0 auto;text-align:center;padding:40px 36px}
.faq-cta h2{margin:14px 0 10px}
.faq-cta p{color:var(--dim);margin-bottom:22px;max-width:44ch;margin-left:auto;margin-right:auto}