I am in need of assistance to develop a code similar to the image provided above.
If someone could provide me with an implementation utilizing HTML and CSS.
I attempted to use bootstrap div and col as well as native HTML with table, tr, and td but found it to be challenging.
https://i.sstatic.net/sdaci.png
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" rel="stylesheet"/>
<table>
<tr>
<td>
<i class="fa fa-phone fa-lg i-circle"></i>
</td>
</tr>
<tr>
<td>
<p class="label-font">phone number</p> <br />
<p class="val-font">04444444</p>
</td>
</tr>
</table>