Sure! I'm just playing with the themes right now so it isn't live, but the code is right below. The only change there is the added link ( tags) to the button (as sample, yahoo.com), the rest of the code is identical to what you have for that section on your "demo-interior-design.html" page:
<div class="tab-content clearfix" id="tabs-1">
<div class="story-box description-left clearfix">
<div class="story-box-image">

</div>
<div class="story-box-info">
<h3 class="story-title">We help people to create new Website.</h3>
<div class="story-box-content">
<p>Uniquely productize cross-unit action items with multifunctional imperatives. Quickly communicate collaborative relationships rather than timely materials. Progressively foster unique interfaces vis-a-vis backend e-services.</p>
<button class="font-weight-light button ml-0 button-rounded">[SAMPLE BUTTON](https://yahoo.com)</button>
</div>
</div>
</div>
</div>