.counter-col-section{background-color:#f5f5f5;padding-top:238px}.counter-col-section .section-header{margin-bottom:67px;text-align:center}.counter-col-section .section-title{line-height:1}.counter-col-section .inner-wrapper{width:100%}.counter-col-section .counter-col-row{display:grid;gap:27px;grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.counter-col-section .col-item{align-items:center;background:#0b081d;border:1px solid #d9d9d9;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:min(330px,40vw);justify-content:center;margin:0 auto;overflow:hidden;padding:68px;position:relative;text-align:center;width:min(330px,40vw)}.counter-col-section .col-content{display:flex;flex-direction:column;flex-grow:1;position:relative;transition:all .4s ease-in;z-index:1}.counter-col-section .col-content *{color:#fff;margin:0}.counter-col-section .col-content>*{margin-bottom:6px}.counter-col-section .col-number *{color:#9ee493;line-height:1}.counter-col-section .col-number>*{margin-bottom:10px}.counter-col-section .col-number{position:relative;transition:all .4s ease-in;z-index:1}.counter-col-section .col-item:before{background:#9ee493;border:1px solid #9ee493;border-radius:50%;clip-path:circle(0 at 0 0);content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s ease-in;width:100%;z-index:0}.counter-col-section .col-item:hover:before{clip-path:circle(100%)}.counter-col-section .col-item:hover .col-content *,.counter-col-section .col-item:hover .col-number *{color:#0b081d}@media only screen and (max-width:768px){.counter-col-section .col-item{height:min(300px,85vw);width:min(300px,85vw)}}@media only screen and (max-width:480px){.counter-col-section .counter-col-row{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}