/* Testimonial Section */
        .testimonial {
            
            text-align: center;
        }
        
        .testimonial-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 30px;
            border-radius: 8px;
            background-color: #f5f5f5;
            position: relative;
        }
        
        .testimonial-content:before {
            content: """;
            font-size: 80px;
            color: var(--primary-color);
            opacity: 0.2;
            position: absolute;
            top: -10px;
            left: 20px;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .testimonial-author {
            font-weight: 600;
        }