After trying various methods, I still couldn't get the text to display directly below my images in the center. Below is the code I attempted:
<div class="our_partners">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<ul>
<li><a href="#"><img src="<?php echo esc_url(wp_get_attachment_url( $image1, 'full' )); ?>" alt=""></a>
<span>High Speed Wifi</span> </li>
<li><a href="#"><img src="<?php echo esc_url(wp_get_attachment_url( $image2, 'full' )); ?>" alt=""></a>
<span>Latest Av Technology</span>
</li>
<li><a href="#"><img src="<?php echo esc_url(wp_get_attachment_url( $image3, 'full' )); ?>" alt=""></a>
<span>Online Booking</span>
</li>
<li><a href="#"><img src="<?php echo esc_url(wp_get_attachment_url( $image4, 'full' )); ?>" alt=""></a>
<span>Concierge Service</span>
</li>
<li><a href="#"><img src="<?php echo esc_url(wp_get_attachment_url( $image5, 'full' )); ?>" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
If you want to view the result, click on the following link:
https://i.sstatic.net/3ILWS.png
To see it live, visit this website and scroll down to services: