.count-wrapper .inner-wrap{display:flex;flex-direction:column;gap:20px}.count-wrapper .title{margin:0;text-align:center}.count-wrapper .title h2{color:#18181a;margin:0}.count-wrapper .content{text-align:center}.count-wrapper .content>:last-child{margin:0}.count-wrapper .outer-holder{display:flex;flex-direction:column;gap:2.5rem}.count-wrapper .count-holder{display:grid;gap:20px;grid-auto-flow:row;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,1fr)}.count-wrapper .counter-part{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:space-between}.count-wrapper .counter-part .heding h2{align-items:baseline;color:#81be42;display:flex;font-weight:600;margin:0}.count-wrapper .counter-part .content{text-align:left}.count-wrapper .counter-part .heding .text{font-size:54px}.count-wrapper .counter-part .heding span{color:#81be42}.count-wrapper .cta-wrap{text-align:center}.count-wrapper .cta-wrap .btn--quinary{background-color:#00220000;border-color:#12223f;border-radius:50px 50px 50px 50px;border-style:solid;color:#12223f;fill:#12223f;font-family:Outfit,Sans-serif;font-size:16px;font-weight:600;padding:23px 44px}.count-wrapper .cta-wrap .btn--quinary:hover{background-color:#12223f;color:var(--white)}.count-wrapper .cta-wrap .btn--quinary:hover svg{fill:var(--white)}.count-wrapper .counter-part.swap-item{flex-direction:column-reverse}@media(max-width:1124px){.count-wrapper .count-holder{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.count-wrapper .count-holder{grid-template-columns:repeat(1,1fr)}.count-wrapper .counter-part .heding h2{justify-content:center}.count-wrapper .counter-part .content{text-align:center}}