You can use the following code in
Cleanto admin > Settings > General > Booking Page Rightside Description :
<div class="features">
<img class="feature-img" src="/<?php echo BASE_URL ?>/assets/images/icon21.png" alt="">
<h4 class="feature-tittle">Safety</h4>
<p class="feature-text">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="features">
<img class="feature-img" src="/<?php echo BASE_URL ?>/assets/images/icon31.png" alt="">
<h4 class="feature-tittle">Best in Quality</h4>
<p class="feature-text">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="features">
<img class="feature-img" src="/<?php echo BASE_URL ?>/assets/images/icon51.png" alt="">
<h4 class="feature-tittle">Communication</h4>
<p class="feature-text">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="features">
<img class="feature-img" src="/<?php echo BASE_URL ?>/assets/images/icon17.png" alt="">
<h4 class="feature-tittle">Saves You Time</h4>
<p class="feature-text">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="features">
<img class="feature-img" src="/<?php echo BASE_URL ?>/assets/images/icon61.png" alt="">
<h4 class="feature-tittle">Card Payment</h4>
<p class="feature-text"> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
You can modify this default html according to your own requirement. Thanks.