.stats .section-header{text-align:center;margin-bottom:36px}.stats-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:50px 60px;margin:0;padding:0;list-style:none}.stat{flex:0 0 calc(25% - 60px);max-width:calc(25% - 60px);text-align:center;cursor:default;min-width:0}.stat-number{display:block;font-family:"Roboto",sans-serif;font-size:36px;font-weight:700;line-height:1;margin-bottom:18px;color:var(--stat-color);transition:transform 0.2s ease-in-out;transform-origin:center}.stat:hover .stat-number{transform:scale(1.1)}.stat-label{display:block;font-size:14px;font-weight:400;line-height:1.3}@media only screen and (min-width:768px){.stats{max-width:75%;margin:auto}}@media only screen and (max-width:992px){.stats-list{gap:40px 40px}.stat{flex:0 0 calc(25% - 40px);max-width:calc(25% - 40px)}.stat-label{font-size:16px}}@media only screen and (max-width:767px){.stats-list{gap:40px 30px}.stat{flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}}@media only screen and (max-width:500px){.stats-list{gap:36px 20px}.stat{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.stat-number{margin-bottom:12px}.stat-label{font-size:14px}}