.elementor-310 .elementor-element.elementor-element-1640543{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a77bcf3 */.product-container {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        .product {
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 20px;
            width: 300px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .product h2 {
            color: #333;
        }
        .product p {
            color: #666;
            font-size: 18px;
        }
        .product a {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 15px;
            background-color: #28a745;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
        }
        .product a:hover {
            background-color: #218838;
        }/* End custom CSS */