?
<section class="homeabout bg-dark-gray">
<div class="container">
<div class="row align-items-center mb-lg-2 sm-mb-30px">
<div class="col-lg-8 text-center text-sm-start">
<h5>About Us</h5>
<h4 class="text-white fw-600 mt-20px mb-0 w-90 lg-w-100">
<?php echo e($aboutUs->title ?? ''); ?>
</h4>
</div>
<div class="col-lg-4 last-paragraph-no-margin">
<div class="row align-items-center">
<div
class="col-xl-6 col-lg-5 col-sm-4 position-relative atropos">
<div class="d-inline-block">
<div class="atropos-inner text-center">
<div class="numbrer position-relative ">
<span
class=" alt-font fw-700 position-absolute left-0px w-100 ls-minus-3px"><?php echo e($aboutUs->key ?? ''); ?></span>
</div>
<span class="rounded-circle d-inline-block bg-base-color"></span>
<span class="established text-uppercase ls-1px text-white fw-600 d-block mb-5px">Established for <?php echo e($aboutUs->key ?? ''); ?>
years.</span>
</div>
</div>
</div>
<!-- <div class="col-xl-6 col-lg-7 col-sm-8 text-center text-sm-start">
<span class="fs-14 text-uppercase ls-1px text-white fw-600 d-block mb-5px">Established for <?php echo e($aboutUs->key ?? ''); ?>
years.</span>
<p class="w-90 lg-w-100"> <?php echo e($aboutUs->subtitle ?? ''); ?></p>
</div> -->
</div>
</div>
</div>
</div>
</section>
<?php /**PATH /home/sanghavirealty/public_html/resources/views/homepage/about-us.blade.php ENDPATH**/ ?>