Body Solid Home Gym Fusion 600
/* Column Layout Styles */ .four-column-container, .two-column-container { display: flex; justify-content: space-between; margin-bottom: 40px; } .four-column, .two-column { flex: 1; margin-bottom: 20px; padding: 10px; box-sizing: border-box; border: 1px solid #ccc; text-align: center; background-color: #f9f9f9; } .column img { display: block; margin: 0 auto; width: 80%; height: auto; margin-bottom: 10px; } @media (max-width: 1000px) { .two-column, .three-column, .four-column { width: 100%; } } /* Product Features Container Styles */ .product-feature-container { display: flex; flex-wrap: wrap; justify-c