10 lines
		
	
	
		
			352 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			352 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% block content %}
 | |
| <div class="mb-6 mt-14">
 | |
|     <h2 class="mb-4 text-center text-4xl lg:text-5xl text-gray-100 md:mb-6">{{ section.title }}</h2>
 | |
|     <p class="mx-auto max-w-5xl text-center text-gray-200 text-base md:text-lg">
 | |
|         {{ section.description }}
 | |
|     </p>
 | |
| </div>
 | |
| <hr class="container border-gray-400 mx-auto my-4">
 | |
| {% endblock content %}
 | 
