| @@ -5,19 +5,19 @@ | ||
| 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 | - <div class="col-xs-12 col-lg-6 px-3"> | |
| 14 | + <div class="col-xs-12 col-lg-6"> | |
| 15 | 15 | <div> |
| 16 | - <img class="main-image" src="<?php echo esc_url($img_url); ?>"/> | |
| 16 | + <img class="main-image" src="<?php echo $img_url; ?>"/> | |
| 17 | 17 | </div> |
| 18 | 18 | </div> |
| 19 | - <div class="col-xs-12 col-lg-6 d-flex px-3"> | |
| 19 | + <div class="col-xs-12 col-lg-6 d-flex"> | |
| 20 | 20 | <div id="accordion"> |
| 21 | 21 | <div> |
| 22 | 22 | <input type="radio" name="accordion-group" id="option-1" checked /> |
| 23 | 23 | <div class="acc-card"> |