/*
    Wall is the parent container
    Brick is the item

*/

.brick { 
    padding: 10px;
}
.brick .mould {
    padding: 16px 20px;
}