/home/glownati/www/wp/wp-content/themes/transport-solutions/core/sections/additional-content.php
<div class="py-5">
  <div class="container">
    <?php while ( have_posts() ) : the_post(); ?>
      <?php the_content(); ?>
    <?php endwhile; // end of the loop. ?>
  </div>
</div>