{% extends 'standard_tpl.html.twig' %}
{% set page_background = 'themes/castine/assets/images/banner/about-us.jpeg' %}
{% block content %}
<!-- About tile -->
<section class="fast-about-tile-block">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-6 mb-3">
<h2 class="about-us-title">About us</h2>
{{ content.getBody()|raw }}
<div class=""mission-vision>
<h3>Mission & Visions</h2>
<p>Our mission goes beyond hair care. We strive to empower individuals by offering natural solutions that enhance their beauty and confidence. We understand that hair plays a significant role in self-expression and identity, and we are here to support you on your journey to achieving your hair goals. Join the Konashz Naturals community and discover the transformative power of nature. Whether you are looking to stimulate growth, reduce hair fall, or simply maintain a healthy scalp, our products are designed to meet your needs. Thank you for choosing Konashz Naturals – your trusted partner in natural hair care.</p>
</div>
</div>
<div class="col-lg-4">
<div class="fast-tile-block-img-wrapper">
<img src="{{ content.thumbnail|media_url }}" class="img-fluid" alt="{{ content.title }}">
</div>
</div>
</div>
</div>
</section>
<!-- About tile -->
{% endblock %}