.product-features-wrapper{display:flex;flex-wrap:wrap;gap:10px}.product-feature-checkbox{flex:0 0 calc(33.33% - 10px);margin-bottom:10px}.product-features-container{width:100%;overflow-x:auto}.product-features-table{width:100%;border-collapse:collapse;table-layout:fixed}.product-features-table td{padding:10px;width:33.33%;text-align:left}.product-features-table .checkmark{color:green;margin-right:5px}.product-features-table .cross{color:red;margin-right:5px}@media (max-width:768px){.product-feature-checkbox{flex:0 0 calc(50% - 10px)}.product-features-table td{width:50%}}