.elementor-6883 .elementor-element.elementor-element-2491e36c > .elementor-container{max-width:1000px;}/* Start custom CSS for html, class: .elementor-element-eee808f */table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            text-align: center;
            padding: 10px;
        }
        th {
            background-color: #f4f4f4;
        }
        @media (max-width: 600px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }
            thead tr {
                display: none;
            }
            tr {
                margin-bottom: 20px;
                border: 1px solid #ddd;
                padding: 10px;
                background-color: #fff;
            }
            td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px;
                border-bottom: 1px solid #ddd;
            }
            td::before {
                content: attr(data-label);
                flex-basis: 50%;
                text-align: left;
                font-weight: bold;
                color: #333;
            }
        }/* End custom CSS */