.counter_section{border-radius:12px;padding:var(--vertical_spacing);position:relative}.counter_section .overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.counter_section .content-wrapper{position:relative}.counter_section .bottom-content{margin-top:40px}.counter_section .bottom-content .counter-main-wrapper{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);justify-content:space-between}.counter_section .bottom-content .counter-main-wrapper h2.numnber__text{line-height:54px;margin-bottom:20px;text-align:center;text-transform:none}.counter_section .bottom-content .counter-main-wrapper .counter_description{text-align:center}.counter_section{margin:0 auto;overflow:hidden;transition:all .8s ease-in-out;width:0}.counter_section.animate{width:100%}@media(max-width:1024px){.counter_section .bottom-content .counter-main-wrapper{gap:30px;grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.counter_section .bottom-content .counter-main-wrapper{gap:50px;grid-template-columns:repeat(1,1fr)}.counter_section .bottom-content .counter-main-wrapper h2.numnber__text{font-size:35px!important;line-height:normal;margin-bottom:10px}.counter_section .bottom-content .counter-main-wrapper .counter_description{margin-top:10px}}