.elementor-28090 .elementor-element.elementor-element-9178041{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-74fc71e5 */.product-description {
        background-color: #fff;
        border: 2px solid #000000;
        padding: 20px;
        max-width: 1200px;
        margin: auto;
        font-family: 'Segoe UI', Arial, sans-serif;
    }
    .product-description h1 {
        font-size: 24px;
        color: #009e59; /* Primary color */
    }
    .product-description p {
        font-size: 16px;
        line-height: 1.5;
        color: #000000;
    }
    .product-description .feature {
        margin-bottom: 10px;
    }
    .product-description .highlight {
        color: #009e59; /* Primary color */
        font-weight: bold;
    }
    @media (max-width: 768px) {
        .product-description {
            padding: 10px;
            margin: 10px;
        }
        .product-description h1 {
            font-size: 20px;
        }
        .product-description p {
            font-size: 14px;
        }
    }/* End custom CSS */