I am looking to maintain the size of the authors section in a fixed ratio, similar to what is shown in the image. How can I ensure that the authors field remains constant while other fields like title and content may vary?
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b1c1dec1c1d4c39fdbc2f1809f80879f80">[email protected]</a>/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<div class="row justify-content-between mt-5">
<div class="col-md-4 mt-5 mb-5">
<a href="https://siyahklasor.com/home/details/excelde-en-cok-kullanilan-formuller">
<img src="https://siyahklasor.com/uploads/articles_images/articles_163/photo-3663910902.jpg" class="img-fluid rounded">
</a>
...
</div>
<div class="col-md-4 mt-5 mb-5">
<a href="https://siyahklasor.com/home/details/excelde-en-cok-kullanilan-formuller">
<img src="https://siyahklasor.com/uploads/articles_images/articles_163/photo-3663910902.jpg" class="img-fluid rounded">
</a>
...
</div>
<div class="col-md-4 mt-5 mb-5">
<a href="https://siyahklasor.com/home/details/excelde-en-cok-kullanilan-formuller">
<img src="https://siyahklasor.com/uploads/articles_images/articles_163/photo-3663910902.jpg" class="img-fluid rounded">
</a>
...
</div>
</div>