.numeric-list__item{margin-bottom:2.5rem;display:flex}.numeric-list__item__number{display:flex;align-items:center;justify-content:center;height:2.75rem;width:2.75rem;min-width:2.75rem;background-color:#F4F8FE;border-radius:100%;position:relative}.numeric-list__item__number:after{content:"";height:250%;width:0.3rem;background:#F4F8FE;position:absolute;right:0px;left:0px;top:100%;z-index:-1;margin:auto}.numeric-list__item__content{margin:0 3rem}.numeric-list__item__content h4{margin-bottom:0.7rem;color:#2B2B38;font-weight:400;font-size:1.125rem}.numeric-list__item__content p{color:#9EA8B6;font-weight:300;font-size:0.875rem}.numeric-list__item:last-child .numeric-list__item__number{overflow:hidden}@media (max-width:760px){.numeric-list__item__content{margin:0 1rem}}