Please tell me how to place these three pictures in the same way, and even adaptively (to reduce their size or what?) I’ll fight and I don’t understand. The text in them, as I understand it, is realized through the span, but this is still half the trouble. Here is the actual header page 
.header__left__blue { position: fixed; border-radius: 10px; padding-top: 12px; } .header__left__red { position: relative; } <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="header__blue"> <img src="headerBlue.png" alt="spendcashback" class="img-responsive header__left__blue justify-content-lg-start"> <span></span> </div> <div class="header__red"> <img src="headerRed.png" alt="cashback" class="header__left__red justify-content-lg-start"> <span></span> </div> </div> <div class="col-lg-6"> <img src="headerVelo.png" alt="velotrack" class="header__right justify-content-lg-end"> </div> </div> </div> For a more detailed understanding of the pictures on the left - 
I would be incredibly grateful!



