.statistics-grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.statistic-item{align-items:flex-start;display:flex;gap:15px}.statistic-icon{flex-shrink:0;height:55px;width:55px}.statistic-icon img{height:100%;object-fit:contain;width:100%}.statistic-content{flex-grow:1}.statistic-header{align-items:baseline;display:flex;gap:5px;margin-bottom:4px}.statistic-number{align-items:baseline;color:#333;display:flex;font-size:23.39px;font-weight:400;letter-spacing:0;margin:0;white-space:nowrap}.statistic-symbol{margin-left:2px}.statistic-title{color:#333;font-size:23.39px;line-height:1.2}.statistic-description,.statistic-title{font-weight:400;letter-spacing:0;margin:0}.statistic-description{color:#646464;font-size:17.15px;line-height:17.93px}@media (max-width:768px){.statistics-grid{grid-template-columns:repeat(1,1fr)}.statistic-icon{height:40px;width:40px}.statistic-item{align-items:center;gap:40px;width:fit-content}.statistic-number,.statistic-title{font-size:17px}.statistic-description{font-size:14px}}@media (max-width:767px){.statistics-grid{max-width:240px}}