39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div id="about" class="relative isolate overflow-hidden py-12 bg-blue-100 mx-auto">
 | 
						|
  <div class="flex flex-col justify-center items-center max-w-2xl mx-auto py-16 px-4 lg:px-0 text-center h-full">
 | 
						|
    <div class="text-center">
 | 
						|
         <h1 class="mt-4 text-3xl lg:text-4xl font-bold leading-8 tracking-tight text-black mb-4">🏛️ About ZDFZ</h1>
 | 
						|
      <p class="mt-6 text-lg lg:text-xl mx-2 leading-8 text-gray-600 font-light"><span class="font-semibold">Zanzibar Digital Free Zone</span> offer cutting-edge digital infrastructure, simplified financial transactions, and competitive tax structures to foster innovation and economic growth. With a clear regulatory framework and robust dispute resolution, we ensure a stable environment for businesses to thrive, removing complexity and enabling effortless global expansion.</p> 
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<style>
 | 
						|
  html, body {
 | 
						|
    margin: 0;
 | 
						|
    height: 100%;
 | 
						|
  }
 | 
						|
 | 
						|
  .relative.isolate.overflow-hidden.h-screen {
 | 
						|
    height: 100vh;
 | 
						|
  }
 | 
						|
 | 
						|
 | 
						|
  /* Custom styles for smaller font, margin adjustments, and line spacing for mobile */
 | 
						|
  @media (max-width: 640px) {
 | 
						|
    h1 {
 | 
						|
      font-size: 2rem; /* Smaller font for mobile */
 | 
						|
    }
 | 
						|
    
 | 
						|
    h2 {
 | 
						|
      font-size: 1.25rem; /* Smaller font for mobile */
 | 
						|
    }
 | 
						|
 | 
						|
    p {
 | 
						|
      font-size: 1rem; /* Smaller font for mobile */
 | 
						|
      margin-left: 1rem; /* Margin left for mobile */
 | 
						|
      margin-right: 1rem; /* Margin right for mobile */
 | 
						|
      line-height: 1.5; /* Smaller line spacing */
 | 
						|
    }
 | 
						|
  }
 | 
						|
</style>
 |