Есть макет страницы, который должен выглядеть так
![eea93b9a20464b589dd4392592204f4d.jpg](//habrastorage.org/files/eea/93b/9a2/eea93b9a20464b589dd4392592204f4d.jpg)
но при верстке столкнулся с проблемой, что так сделать достаточно не просто и в итоге получается вот так
![8c9447c65eeb4d5eadaea12f62eccd4a.jpg](//habrastorage.org/files/8c9/447/c65/8c9447c65eeb4d5eadaea12f62eccd4a.jpg)
css:
div.item > p.readmore > a{
width: 400px !important;
position: absolute;
color: #fff;
text-align: center;
padding: 5px;
background: #8fc9e6;
border-radius: 3px;
}
.column-1, .column-2, .column-3, .column-4, .column-5{
margin: 30px;
margin-left: 40px;
display: inline-table;
width: 400px !important;
}
div.item>h2{
text-align: center;
}
.item>p{
text-align: justify;
}
![37ce5467e4ad449289e0a7f293403123.jpg](//habrastorage.org/files/37c/e54/67e/37ce5467e4ad449289e0a7f293403123.jpg)
как сделать чтобы эти блоки встали как на макете?