You can choose between modal-lg
and modal-xl
classes or if you want custom width then, set max-width property with inline css. For example,
<div class="modal-dialog modal-xl" role="document">
or
<div class="modal-dialog" style="max-width: 80%;" role="document">