.item-box { padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 1px 1px 5px #ccc; } .item-box:after { content: ''; display: block; clear: both; } .item-box img { max-width: 100%; } .item-box > div { float: left; width: 50%; } .item-box-left { padding-left: 0; } .item-box-right { p…