File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/shovago-contents/why.php
<?php
$Shovago__Why_1 = get_template_directory_uri().'/shovago-assets/images/shovago__why_1.png';
$Shovago__Why_2 = get_template_directory_uri().'/shovago-assets/images/shovago__why_2.png';
$Shovago__Why_3 = get_template_directory_uri().'/shovago-assets/images/shovago__why_3.png';
$Shovago__Why_4 = get_template_directory_uri().'/shovago-assets/images/shovago__why_4.png';
?>
<div class='Shovago__Why' data-aos="fade-up">
<div class="Shovago__Content--Size">
<div class="Shovago__Why--Title">
<h1><?php echo get_option( 'Shovago__Options_Trans__why' ); ?></h1>
</div>
<div class='Shovago__Why--Cards row' data-aos="fade-up">
<div class='col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12'>
<div class="Shovago__Why--Card">
<div class="Shovago__Why--Card_Icn">
<img src="<?php echo $Shovago__Why_1; ?>" alt="Shovago">
</div>
<div class="Shovago__Why--Card_Info">
<h1><?php echo get_option( 'Shovago__Options_Trans__why1_title' ); ?></h1>
<p><?php echo get_option( 'Shovago__Options_Trans__why1_content' ); ?></p>
</div>
</div>
</div>
<div class='col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12'>
<div class="Shovago__Why--Card">
<div class="Shovago__Why--Card_Icn">
<img src="<?php echo $Shovago__Why_2; ?>" alt="Shovago">
</div>
<div class="Shovago__Why--Card_Info">
<h1><?php echo get_option( 'Shovago__Options_Trans__why2_title' ); ?></h1>
<p><?php echo get_option( 'Shovago__Options_Trans__why2_content' ); ?></p>
</div>
</div>
</div>
<div class='col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12'>
<div class="Shovago__Why--Card">
<div class="Shovago__Why--Card_Icn Three">
<img src="<?php echo $Shovago__Why_3; ?>" alt="Shovago">
</div>
<div class="Shovago__Why--Card_Info">
<h1><?php echo get_option( 'Shovago__Options_Trans__why3_title' ); ?></h1>
<p><?php echo get_option( 'Shovago__Options_Trans__why3_content' ); ?></p>
</div>
</div>
</div>
<div class='col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12'>
<div class="Shovago__Why--Card">
<div class="Shovago__Why--Card_Icn Four">
<img src="<?php echo $Shovago__Why_4; ?>" alt="Shovago">
</div>
<div class="Shovago__Why--Card_Info">
<h1><?php echo get_option( 'Shovago__Options_Trans__why4_title' ); ?></h1>
<p><?php echo get_option( 'Shovago__Options_Trans__why4_content' ); ?></p>
</div>
</div>
</div>
</div>
</div>
<?php get_template_part( 'shovago', 'contents/shovago-bnrs/insta' ); ?>
</div>