.custReview{
    margin:20px auto;
}
.custReview .customer{
    text-align: center;
    width:25%;
    padding-right: 15px;
}
.custReview .customer img{
    width:80px;
    height: auto;
    border-radius: 50%;
}
.custReview .customer p{
    margin-top:10px;
}
.custReview .review{
    width: 75%;
    padding:40px;
    background-color: #272727;
    border-radius: 12px;
}