.mk-counter { display: flex; flex-direction: column; text-align: center; align-items: flex-start; position: relative; line-height: normal; color: var(--swm-color-headings); font-weight: var(--swm-headings-font-weight); font-family: var(--swm-headings-font-family); }
.mk-counter-title { text-align: left; font-size: 19px; color: var(--swm-color-headings); }
.mk-counter-number-wrap { font-size: 48px; display: flex; align-items: center; }
.mk-counter-gradient { -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.mk-counter-prefix { font-size: 22px; font-size: 80px; font-weight:500; }
.mk-counter-suffix { font-size: 17px; font-size: 80px; font-weight:500; }
.mk-pricing-table-modern .mk-counter { justify-content: center; align-items: center; }
.mk-pricing-table-modern .mk-counter-title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
.mk-counter-number { font-size:160px; font-weight:700; }