.pricing-table{max-width:1200px;margin:0 auto;padding:2rem;font-family:Arial,sans-serif}h2{text-align:center;margin-bottom:2rem}.table{display:flex;flex-direction:column;width:100%}.table-header,.table-row{display:flex;justify-content:space-between;border-bottom:1px solid #ddd}.table-column{flex:1 1;text-align:center;padding:1rem}.feature-title{text-align:left;font-weight:700}.plan-name{font-size:1.25rem;font-weight:700}.plan-price{font-size:1.5rem;color:#4caf50;margin-bottom:1rem}.start-button{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.popular{background-color:#f5f5f5}.popular .plan-name{color:#ff9800}@media (max-width:768px){.pricing-table{display:none}}.mobile-message{display:none;text-align:center;padding:2rem;font-size:1.2rem;color:#333}@media (max-width:768px){.mobile-message{display:block}}