<section>
<div class="px-8 py-24 mx-auto md:px-12 lg:px-24 max-w-7xl relative">
<div>
<p class="text-sm leading-normal font-bold uppercase text-accent-600">
Tagline
</p>
<h2
class="text-xl leading-tight tracking-tight sm:text-2xl md:text-3xl lg:text-4xl mt-4 font-semibold text-base-900 lg:text-balance"
>
Frequently Asked Questions
</h2>
<p class="text-base leading-normal mt-4 text-base-500 font-medium">
Everything you need to know about our platform.
</p>
</div>
<ul role="list" class="space-y-8 divide-y divide-base-900/10 mt-12">
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-12">
<div class="lg:col-span-5">
<h3
class="text-base leading-normal sm:text-lg md:text-xl text-base-900 font-medium"
>
How does end-to-end encryption work?
</h3>
</div>
<div class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-normal text-base-500 font-medium">
End-to-end encryption ensures that only the sender and recipient can
access the content of a message.
</p>
</div>
</div>
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-12">
<div class="lg:col-span-5">
<h3
class="text-base leading-normal sm:text-lg md:text-xl text-base-900 font-medium"
>
Can I access my encrypted data if I forget my encryption key?
</h3>
</div>
<div class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-normal text-base-500 font-medium">
No, forgetting or losing your encryption key means that your
encrypted data cannot be accessed.
</p>
</div>
</div>
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-12">
<div class="lg:col-span-5">
<h3
class="text-base leading-normal sm:text-lg md:text-xl text-base-900 font-medium"
>
Are there any limitations to the self-destructing messages feature?
</h3>
</div>
<div class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-normal text-base-500 font-medium">
Self-destructing messages are designed to automatically delete
themselves after a specific period or upon being read by the
recipient.
</p>
</div>
</div>
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-12">
<div class="lg:col-span-5">
<h3
class="text-base leading-normal sm:text-lg md:text-xl text-base-900 font-medium"
>
What happens if I enable two-factor authentication and lose my
device?
</h3>
</div>
<div class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-normal text-base-500 font-medium">
Losing your device doesn't automatically compromise your
account's security.
</p>
</div>
</div>
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-12">
<div class="lg:col-span-5">
<h3
class="text-base leading-normal sm:text-lg md:text-xl text-base-900 font-medium"
>
Is my personal information shared or sold to third parties?
</h3>
</div>
<div class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-normal text-base-500 font-medium">
No, we strictly adhere to a privacy-centric approach. Your personal
information is never shared, sold, or monetized. We prioritize your
privacy and ensure that your data remains confidential and only
accessible to you.
</p>
</div>
</div>
<!-- More questions... -->
</ul>
</div>
</section>