.table{border-radius:20px;display:flex;flex-wrap:wrap;overflow:hidden}.table__cell{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1 50%;gap:12px;max-width:50%;padding:20px 28px}.table__cell--header{align-items:center;padding:20px}.table__heading{font-size:20px;font-weight:600;margin:0;text-align:center;width:100%}.table__icon{flex:0 0 auto;height:24px;line-height:0;width:24px}.table__icon svg{display:block;height:100%;width:100%}.table__text{flex:1 1 auto}.table__text p{margin:0}.table__text p+p{margin-top:8px}@media (max-width:767px){.table{border-radius:0;overflow:visible}.table__cell.table__cell--left.last-child{margin-bottom:20px}.table__cell{flex:1 1 100%;max-width:100%;order:var(--order-mobile)}.table__cell:first-child,.table__cell:nth-child(2){border-top-left-radius:20px;border-top-right-radius:20px}.table__cell:last-child,.table__cell:nth-last-child(2){border-bottom-left-radius:20px;border-bottom-right-radius:20px}}