.sectionStatistics{position:relative;padding:4.8rem 1.6rem;background-color:var(--bg-color);color:var(--text-color)}.sectionStatistics__content{max-width:var(--width-widest);margin-left:auto;margin-right:auto}.sectionStatistics__header{display:flex;flex-direction:column;align-items:start;max-width:var(--width-narrower)}.sectionStatistics__heading.heading-4{margin-top:0;margin-bottom:2.4rem}.sectionStatistics__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;margin:0 auto;max-width:var(--width-wide)}.sectionStatistics__stat{display:flex;flex-direction:column;margin-bottom:24px}.sectionStatistics__stat svg{margin-right:6px}.sectionStatistics__stat span:first-child{font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:30px;line-height:38px;color:var(--color-black);margin-bottom:6px}@media screen and (min-width:768px){.sectionStatistics__header{margin-bottom:4rem}.sectionStatistics__grid{grid-template-columns:repeat(2,1fr);gap:4.8rem}}@media screen and (min-width:940px){.sectionStatistics{padding:4.8rem 2.4rem}.sectionStatistics__stat{margin-bottom:32px}.sectionStatistics__heading.heading-4{margin-bottom:4.8rem}}@media screen and (min-width:1200px){.sectionStatistics{padding:4.8rem}.sectionStatistics__grid{gap:9.2rem}.sectionStatistics__stat span:first-child{margin-bottom:12px}}@media screen and (min-width:1440px){.sectionStatistics{margin:0 4.8rem;border-radius:.6rem}}