.itemBox {
    background-color: #fff;
    margin-bottom: 15px;
    height: 210px;
}

.descriptionBox {
    display: table;
    width: 100%;
    text-align: center;
}

.description {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #545454;
    text-transform: uppercase;
    padding: 15px;
    height: 103px;

    display: table-cell;
    vertical-align: middle;
}

.price {
    color: #EE4459;
    float: right;
    padding: 10px;
    font-size: 18px;
}


.title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 100;
}
.bgGrey {
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    padding: 90px 0;
}
