.client-review-items {
    margin-top: 40px;
}

.client-review-items h3 {
    margin-bottom: 25px;
    font-weight: 600;
}

.client-review-box {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.review-date {
    font-size: 13px;
    color: #f7931e; 
}

.review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}