.stats--wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap)}.stats__heading{margin:0 auto;max-width:76.8rem;text-align:center}.stats__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stats__inner{padding:0 3.2rem;text-align:center}.stats__inner:first-child{border-right:1px solid var(--grey-light)}.stats__inner:last-child{border-left:1px solid var(--grey-light)}.stats__inner span{background:linear-gradient(135deg,#ab9dff,#6eefa2);-webkit-background-clip:text;font-size:11.2rem;-webkit-text-fill-color:transparent}@media screen and (max-width:767px){.stats__inner span{font-size:8.2rem}.stats__inner:first-child{border-bottom:1px solid var(--grey-light);border-right:none}.stats__inner:last-child{border-left:none;border-top:1px solid var(--grey-light)}}