| @@ -5,10 +5,10 @@ | ||
| 5 | 5 | ?> |
| 6 | 6 | <section id="list-features"> |
| 7 | 7 | <div class="custom-container"> |
| 8 | 8 | <div class="heading text-center"> |
| 9 | - <h5><?php echo esc_html($heading); ?></h5> | |
| 10 | - <h4><?php echo esc_html($subheading); ?></h4> | |
| 9 | + <h5><?php echo $heading; ?></h5> | |
| 10 | + <h4><?php echo $subheading; ?></h4> | |
| 11 | 11 | </div> |
| 12 | 12 | <div class="row"> |
| 13 | 13 | <div class="col-xs-12 d-flex"> |
| 14 | 14 | <div class="col-xs-12 col-lg-6 px-3"> |