.industry-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.industry-offer{display:flex;flex-direction:column;gap:18px;padding:28px;border:1px solid #dce6e8;border-radius:14px;min-width:0;background:#f6f9fa}.industry-offer h2{font-size:26px;overflow-wrap:anywhere}.industry-offer p{font-size:16px}.industry-offer .package-price{font-size:36px;display:block}.industry-offer .button{margin-top:auto;white-space:normal;font-size:15px;padding:14px 18px}.industry-offer [data-tax]{font-size:13px}.industry-offer [data-industry-price]{margin:6px 0 16px}@media(max-width:1000px){.industry-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.industry-offer-grid{grid-template-columns:1fr}}