.review-title{
    text-align:center;
    font-weight:900;
    margin-bottom:35px;
    color:black;
}

.review-card{
    background:white;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.12);
    padding:25px;
    margin-bottom:25px;
    text-align:center;
}

.review-photo{
    width:95px;
    height:95px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #ac0b21;
    margin-bottom:10px;
}

.review-name{
    margin:5px 0 0 0;
    font-weight:bold;
    font-size:18px;
}

.review-city{
    color:gray;
    font-size:13px;
    margin-bottom:8px;
}

.review-stars{
    color:#ffd700;
    font-size:22px;
    margin-bottom:10px;
}

.review-text{
    font-size:14px;
    color:#333;
    line-height:1.6;
}
