File: //home/artinside/sites.artinside.com.br/iande/themes/web/views/page-title.php
<section class="page-title page-title-center page-title-parallax bg-primary parallax scroll-detect dark include-header">
<?php if(isset($pageTitle) AND $pageTitle->image != ""): ?><img src="<?= $pageTitle->image ?>" class="parallax-bg" style="background-position: center"><?php endif; ?>
<div class="container">
<div class="page-title-row">
<div class="page-title-content">
<h1 data-animate="fadeInUp"><div class="fw-bold display-5 iande-light-text"><?= $pageTitle->title ?></div></h1>
<span data-animate="fadeInUp" data-delay="300" class="text-white"><?= $pageTitle->subtitle ?></span>
</div>
</div>
</div>
<div class="w-100 h-100"
style="position: absolute; bottom: -20px; background: url('<?= url(
"images/bg-coral-3.png"
) ?>')no-repeat bottom center;"></div>
</section><!-- .page-title end -->