shipping fee
/* Reset & Base */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; color: #333; line-height: 1.6; } img, { display: block; max-width: 100%; height: auto; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Notice */ .notice { color: #fe0b0b; margin-bottom: 20px; font-weight: bold; font-size: 2.5rem; /* doubled from 1.25rem */ } /* Features Text */ .features h4 { font-size: 3.5rem; /* doubled from 1.75rem */ margin-bottom: 16px; } .features p { font-size: 2rem; /* doubled from 1rem */ margin-bottom: 12px; } /* Feature Images */ .feature-images { display: grid; gap: 24px; margin: 24px 0; } /* Cards Grid */ .cards { display: grid; gap: 24px; margin-bottom: 20px; grid-template-columns: repe