.counter-section{background:var(--beige,#f9f7f4);border-radius:20px}.counter-section .counter-wrapper{column-gap:50px;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:670px;padding:40px 0;text-align:center}.counter-section .counter-wrapper .counter-item{width:calc(33.33% - 50px)}.counter-section .counter-wrapper .counter-item .counter-logo img{height:30px;width:34px}.counter-section .counter-wrapper .counter-item .count{color:var(--green,#0f4245);font-family:Outfit;font-size:64px;font-style:normal;font-weight:500;letter-spacing:-.64px;line-height:100%}.counter-section .counter-wrapper .counter-item .counter-subtext span{color:var(--green,#0f4245);font-family:Outfit;font-size:20px;font-style:normal;font-weight:400;letter-spacing:4px;line-height:125%;text-align:center;text-transform:uppercase}@media (max-width:767px){.counter-section .counter-wrapper .counter-item{width:100%}.counter-section .counter-wrapper{row-gap:20px}}