 .testimonial-container {
            display: flex;
            gap: 20px;
            overflow: auto;
            padding: 20px;
            max-width: 90%;
        }

        .testimonial-box {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 300px;
            text-align: center;
        }

        .testimonial-box img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-bottom: 10px;
        }

        .testimonial-box h3 {
            font-size: 1.2rem;
            margin: 10px 0 5px;
            color: #333;
        }

        .testimonial-box p {
            font-size: 0.9rem;
            color: #555;
            margin: 10px 0;
        }

        .testimonial-box .stars {
            color: #ffcc00;
            font-size: 1rem;
        }

        .testimonial-box .position {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 10px;
        }

        .testimonial-box .company-logo {
            font-size: 1rem;
            color: #444;
            margin-bottom: 15px;
        }