stvoutlk
Hi
It is custom html module that show both
<div class="custom">
<a href="/index.php/contact" title="Request A Quote" class="btn btn-outline-primary">
<span class="d-none d-hd-block">Request A Quote</span>
<span class="d-block d-hd-none"><i class="fas fa-ticket-alt"></i></span>
</a></div>
The text has css class d-none that hide it from small screen.
<span class="d-none d-hd-block">Request A Quote</span>
And icon has this code
<span class="d-block d-hd-none"><i class="fas fa-ticket-alt"></i></span>
with class d-hd-none that hide it from PC.