.grimoire-reviews-section {
    background-color: #121212;
    color: #FFFFFF;
    padding: 60px 0;
    text-align: center;
}

.grimoire-reviews-section h2 {
    margin-bottom: 20px;
    color: #F5F5F7;
}

.grimoire-reviews-section p {
    margin-bottom: 40px;
    color: #B3B3B3;
}

.grimoire-review-bubble {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
}

.grimoire-client-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #1DB954;
    margin-bottom: 15px;
}

.grimoire-review-stars {
    color: #FFD700;
    margin-bottom: 15px;
}

/* Responsive adjustments for different screen sizes */
@media (max-width: 1024px) {
    /* Adjustments for tablet and smaller devices */
}

@media (max-width: 768px) {
    /* Adjustments for mobile devices */
}

@media (max-width: 480px) {
    /* Adjustments for very small devices */
}
