.counter-stats-container{background:#4a0404;padding:3rem 2rem;border-radius:1rem;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:2rem;position:relative;overflow:hidden;width:100%}.counter-stats-container:after,.counter-stats-container:before{content:"";position:absolute;width:86px;height:86px;border-radius:50%;background:#ffb66c;z-index:2}.counter-stats-container:before{top:-53px;left:17px}.counter-stats-container:after{bottom:-53px;right:22px}.counter-stats-container .corner-bottom-left,.counter-stats-container .corner-top-right{content:"";position:absolute;width:86px;height:86px;border-radius:50%;background:#2d7b43;z-index:1}.counter-stats-container .corner-top-right{top:-43px;left:-13px}.counter-stats-container .corner-bottom-left{bottom:-43px;right:-13px}.counter-stats-container .stat-item{text-align:center;padding:1rem;flex:1 1;min-width:200px;z-index:1}.counter-stats-container .stat-item .stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.counter-stats-container .stat-item .stat-title{font-size:1rem;color:#fff;margin:.5rem 0 0;opacity:.9}@media screen and (max-width:768px){.counter-stats-container{padding:1.5rem;gap:0;flex-direction:column}.counter-stats-container .stat-item{min-width:150px}.counter-stats-container .stat-item .stat-value{font-size:2rem}.counter-stats-container .stat-item .stat-title{font-size:.875rem}}