File: //home/artinside/public_html/raquel/themes/web/about.php
<?php $v->layout("_theme");
$v->insert("views/page-title", ["pageTitle" => $pageTitle, "breadcrumb" => $breadcrumb]);
?>
<section id="content">
<div class="content-wrap">
<div class="container">
<div class="row justify-content-between align-items-center col-mb-30 mw-md mt-4">
<div class="col-md-3 offset-md-2 ">
<h1 class="color-2 font-weight-bolder" style="font-size: 2.5em"><?= $company->title ?></h1>
</div>
<div class="col-md-7">
<p class="mb-4 font-weight-normal mt-0 font-medium2"><?= $company->description ?> </p>
</div>
</div>
</div>
</div>
<div class="section mt-0 mb-0">
<div class="row justify-content-center align-items-center gutter-50 col-mb-80 mt-5">
<div class="col-xl-7">
<div class="row col-mb-30 justify-content-center align-items-center">
<div class="col-md-9 feature-box fbox-border fbox-light fbox-effect center">
<blockquote class="quote mb-4 font-weight-normal mt-0 font-medium2"><em><?= $company->mission ?></em> </blockquote>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="section mt-0 mb-0 bg-white">
<div class="row justify-content-center align-items-center gutter-50 col-mb-80 mt-5">
<div class="col-lg-5 center-col">
<?= $company->company_values ?>
</div>
</div>
</div>
</div>
<?php $v->insert("views/newsletter-widget-2"); ?>
</section><!-- #content end -->