Hi, am using the feature box but I would the box all to have the same size. Can you help me please?
<div class="row justify-content-center mt-4 col-mb-50 ">
<div class="col-sm-6 col-lg-4">
<div class="feature-box fbox-center fbox-bg fbox-border fbox-effect">
<div class="fbox-icon" style="background-color:#f9f9f9">
1
</div>
<div class="fbox-content">
<h3>Scan<span class="subtitle">Place phone over an image to scan or load the document from gallery</span></h3>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4">
<div class="feature-box fbox-center fbox-bg fbox-border fbox-effect">
<div class="fbox-icon" style="background-color:#f9f9f9">
[_2_](#)
</div>
<div class="fbox-content">
<h3>Text Language<span class="subtitle">Select the text language of the image. </span></h3>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4">
<div class="feature-box fbox-center fbox-bg fbox-border fbox-effect">
<div class="fbox-icon" style="background-color:#f9f9f9">
[3](#)
</div>
<div class="fbox-content">
<h3>Edit & Share<span class="subtitle">Edit the documents and share it with friends. You can also use Text-to-speech or translate the text directly. </span></h3>
</div>
</div>
</div>
</div>