.bx-editor-body .row-ppl {
    background: none repeat scroll 0 0 #f4f8f9;
    color: black;
    float: left;
    font-size: 15px;
    margin-right: 20px;
    padding: 20px;
    text-align: center;
    width: 180px;
}
.bx-editor-body .row-ppl .img-ppl {
    height: 180px;
    margin-bottom: 12px;
    width: 180px;
}
.bx-editor-body .row-ppl .img-ppl img {
    max-height: 180px;
    max-width: 180px;
}
.bx-editor-body .row-ppl.last {
    margin-right: 0;
}