<section id="training" class="accordion-item">
<a href="#">Training</a>
<div class="accordion-item-content">
- <p class="text-center">Let’s work together! Every team should have the best leaders equipped with the best *solutions.</p>
+ <p class="text-center">Let’s work together! Every team should have the *best* leaders equipped with the *best* solutions.</p>
</div>
</section>
<section class="accordion-item">
<section id="planning" class="accordion-item">
<a href="#">Planning</a>
<div class="accordion-item-content">
- <p class="text-center">Let’s work together! Your great vision deserves a *great* plan.</p>
+ <p class="text-center">Let’s work together! Your *great* vision deserves a *great* plan.</p>
</div>
</section>
</div>
<div class="block-content">
<?php echo apply_filters('the_content', $block->post_content);?>
<?php if($block->url):?>
- <a class="blocks-readmore" href="<?php echo $block->url;?>"> Visit Their website</a>
+ <a class="blocks-readmore" href="<?php echo $block->url;?>"> Visit Website</a>
<?php endif;?>
</div>
</div>