I am trying to add a map to my website, but it is overflowing its container.
I have attempted to reduce its width, but it still exceeds the boundaries of the div.
Below is the Bootstrap code I am using:
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ddbfb2b2a9aea9afbcad9de8f3edf3ef">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<section class="p-4">
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-8 bg-warning">
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26610.33705707623!2d36.25777643698207!3d33.519789553048696!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1518e74d9556cc31%3A0x1ccf35bcb0a51b26!2sStory%20corner!5e0!3m2!1sen!2s!4v1629485063423!5m2!1sen!2s" width="400px" height="400px" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
</section>