.happy-customers-wrapper-c4688878 {
    padding: 30px;
    background: #f9f9f9;
    text-align: center;
}
.hc-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}
.hc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.hc-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.hc-stars {
    color: #FFD700;
    font-size: 18px;
    margin-bottom: 10px;
}
.hc-text {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}
.hc-name {
    font-weight: bold;
    color: #333;
    margin: 0;
}
