ग्रुप अधिकारियों का प्रोफाइल
<div style="display: flex;flex-wrap: wrap;background: white;border: 1px solid #ddd;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);overflow: hidden;width: 90%;max-width: 900px;">
<div style="flex: 1 1 250px;background: #f4f4f4;display: flex;justify-content: center;align-items: center;padding: 10px;"><img alt="" src="http://cag.gov.in/webroot/uploads/FileManager/A G Audit Bihar/Shri_Omnkar-Copy-1.jpg" style="height:140px; width:120px" />
</div>
<div style="flex: 2 1 400px;padding: 20px;">
<table style="border-collapse:collapse; width:100%">
<tbody>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Name</th>
<td>Shri Omnkar</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Qualification</th>
<td>B.Tech</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Office ID</th>
<td>123456</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Batch</th>
<td>1900</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Date of Assuming Charge in the Office</th>
<td>01-01-1900</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Phone No.</th>
<td>000-0000000</td>
</tr>
<tr>
<th style="text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;">Email ID</th>
<td>xyz[at]cag[dot]gov[dot]in</td>
</tr>
</tbody>
</table>
</div>
</div>