This is the code I have:
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="https://s21466.pcdn.co/wp-content/uploads/2018/02/Logo-FIVB-Liga-nacija-1.jpg" width="500" height="640">
</div>
<div class="col-md-3">
<img src="https://i.ytimg.com/vi/hDUG_ZCg5N8/maxresdefault.jpg" width="320" height="213">
<img src="https://www.4baht.com/wp-content/uploads/2019/05/turkey-women-team-preview-volley.jpg" width="320" height="213">
<img src="https://www.4baht.com/wp-content/uploads/2019/05/germany-women-team-preview-volle.jpg" width="320" height="213">
</div>
<div class="col-md-3">
<img src="https://cdn8.volleyball.it/wp-content/uploads/2018/10/VNL-Femminile-2019.jpeg" width="320" height="426">
<img src="https://seekvectorlogo.net/wp-content/uploads/2019/04/federation-internationale-de-volleyball-fivb-vector-logo.png" width="320" height="213">
This layout is what I want to achieve:
https://i.sstatic.net/cPfrhm.png
Currently, this is what I have:
https://i.sstatic.net/0zCWfm.jpg
https://i.sstatic.net/UP7rWm.jpg
How can I make it work?