</head>
<body>
<header class="bg-info ">
<div class="container">
<div class="row text-white">
<div class="col-md-6 p-3 pl-6 ">
<h2>Jebin Tom</h2>
</div>
<div class="col-md-6 ">
</div>
</div>
</div>
</header>
your content goes here
the pl property is not functioning as expected
I am using Bootstrap version 5.3.1, could it be a compatibility issue?