There is a page inside it.
enter image description here

I only thought of this:

<style> .spisoc { color: #ffffff; font-size: 18px; font-family: arial, sans-serif; margin-left: -30px; } .adress { color: #ffffff; font-size: 18px; font-family: arial, sans-serif; } @media (min-width: 1360px){ .container { width: 1360px; } } @media (min-width: 1910px){ .container { width: 1920px; } .main_logo { margin-left: 68px; } .top_credits_1 { margin-right: 63px; } .top_credits_2 { margin-right: 63px; } .logo_title_1 { font-size: 72px; } .logo_title_2 { font-size: 48px; } .logo_text_1 { margin-top: 60px; } .logo_text_2 { margin-top: -25px; } } @media (max-width: 1366px){ .logo_title_1 { width: 1900px; }} @media (max-width: 1366px){ .main_logo { margin-left: 0px; } } @media (max-width: 1920px){ .top_wood{ height: 295px; } } @media (max-width: 1400px){ .logo_title_1 { font-size: 48px; } .logo_title_2 { font-size: 36px; } .logo_text_1 { margin-top: 69px; } } .container { margin-left: 0; margin-right: 0; padding-right: 0; padding-left: 0; } </style> <div class="top_layer" style="width: 100%; background: #606c75;"> <div style="padding-top: 35px; padding-bottom:35px; text-align: center"> <span style="text-align: center; color: #ffffff; font-size: 36px; font- family: arial, sans-serif;" >ВОЗМОЖНОСТИ</span> </div> <div class="row"> <div class="container" style=""> <div class="col-md-2" style="text-align: left;"> <img class="top_wood" src="image/fifth/wood_1.jpg"> </div> <div class="col-md-2" style="text-align: left;"> <img class="top_wood" src="image/fifth/wood_2.jpg"> </div> <div class="col-md-3" style="text-align: center; "> <img class="top_wood" src="image/fifth/wood_3.jpg"> </div> <div class="col-md-2" style="text-align: right; "> <img class="top_wood" src="image/fifth/wood_4.jpg"> </div> <div class="col-md-3" style="text-align: right; "> <img class="top_wood" src="image/fifth/wood_5.jpg"> </div> </div> </div> 

enter image description here Bootstrap stock costs - nothing changed in it. I can not understand how you can center the central unit. And through what inscriptions do.

  • set for central .col-md-4, and for the rest .col-md-2 - soledar10
  • one
    version without bootstrap - jsfiddle.net/1ddvkyzt - soledar10

0