I am looking to adjust the width of the black background to match the image and buttons for better proportions.
Below is the code for one component on the page, with a similar structure for other components as well.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dbb9b4b4afa8afa9baab9beff5edf5e9">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<div class="row">
<div class="col-sm-6">
<div class="panel panel-primary">
<div class="panel-body" style="background-color: black;">
<img src="https://via.placeholder.com/100" class="Image" alt="Image">
<div class="col text-center">
<button type="button" class="btn btn-primary">Login as a Coach</button>
<br/>
<button type="button" class="btn btn-primary">Join as a Coach</button>
</div>
</div>
</div>
</div>
<div>
Expected Output: