.sg-counter-wrap{--sg-counter-number-width: 100px;display: grid;grid-template-columns: var(--sg-counter-number-width) 1fr;gap: 25px;align-items: center;transition: all 0.3s ease-in-out;}.sg-counter-wrap:hover{transition: all 0.3s ease-in-out;}.sg-number-wrap{background: linear-gradient(145.27deg, rgba(255, 255, 255, 0.1) 15.55%, rgba(255, 255, 255, 0) 86.81%);border-radius: 50%;width: var(--sg-counter-number-width);height: 100px;display: flex;align-items: center;justify-content: center;font-family: var(--softgen-primary-font, "Syne");font-size: 62px;font-weight: 600;color: #fff;}.sg-counter-title{font-family: var(--softgen-primary-font, "Syne");font-size: 18px;line-height: 24px;font-weight: 500;color: #fff;margin: 0;}