.number-box{text-align:center}.number-box .number{width:80px;height:80px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:34px;line-height:42px;background-color:#007456;color:#fff;margin-bottom:16px}.number-box .title{font-weight:500;font-size:24px;line-height:30px;margin-bottom:8px}.number-box .icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,116,86,.05);color:#007456;position:absolute;right:-48px;top:50%;transform:translateY(-50%)}.number-box .icon i{background-color:rgba(0,0,0,0)}.number-box .icon .civi-icon{font-size:20px}@media(max-width: 767px){.number-box .icon{display:none}}