.elementor-7198 .elementor-element.elementor-element-545030b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7198 .elementor-element.elementor-element-19ba043 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-7198 .elementor-element.elementor-element-140ea3c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f942795 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: #f9fafb;
            padding: 2rem 0;
            font-family: system-ui, -apple-system, sans-serif;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        /* Responsive grid */
        @media (min-width: 768px) {
            .grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .card-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .card-container {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.5rem;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            min-height: 140px; /* 最小高さを設定してカードの高さを統一 */
        }

        .card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 80px; /* コンテンツの最小高さを設定 */
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 0.5rem;
        }

        .company-name {
            font-size: 14px;
            color: #888;
            font-style: italic;
        }/* End custom CSS */