Code:
.productListing-data {
    padding: 0.5em;
    }
Or you can specify the padding in more detail (top/right/bottom/left) as

padding: 0.5em 0.3em 1.5em 0.1em;