.price {
    color: #EE4459;
    float: right;
    font-weight: 100;
    font-size: 20px;
}
.title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 100;
}
.bgGrey {
    background-color: #f9f9f9;
    border-bottom: 1px solid #fff;
    padding: 60px 0 0 0;
    margin-top: 30px;
}