.statistics { position: relative; overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 8% 85%, rgba(233, 67, 78, .32), transparent 24%), radial-gradient(circle at 95% 14%, rgba(255, 193, 69, .24), transparent 23%), linear-gradient(115deg, #081b4a, #132e70 55%, #0a2459); }.statistics::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: repeating-linear-gradient(90deg, transparent 0 118px, rgba(255,255,255,.035) 119px 120px); content: ""; }.statistics .container { position: relative; }.statistics-heading { max-width: 610px; margin: 0 auto 38px; text-align: center; }.statistics .section-label { color: #ffc145; }.statistics-heading h2 { margin: 6px 0 0; color: #fff; font: 700 clamp(2rem, 3vw, 2.85rem)/1.15 "Lora", serif; }.statistics-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); box-shadow: 0 18px 38px rgba(0,8,35,.24); }.statistics-grid article { position: relative; padding: 30px 24px 27px; text-align: center; }.statistics-grid article + article { border-left: 1px solid rgba(255,255,255,.17); }.statistics-grid article::before { display: block; width: 28px; height: 3px; margin: 0 auto 15px; border-radius: 999px; background: #ffc145; content: ""; }.statistics-grid strong { display: block; color: #fff; font: 700 clamp(2.5rem, 4vw, 4rem)/1 "Lora", serif; }.statistics-grid span { display: block; margin-top: 11px; color: #dbe7fb; font: 600 .86rem "Source Sans 3", sans-serif; letter-spacing: .04em; }.statistics-grid article:hover { background: rgba(255,255,255,.07); }@media (max-width: 700px) { .statistics { padding: 60px 0; }.statistics-grid { grid-template-columns: repeat(2, 1fr); }.statistics-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }.statistics-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.17); } }@media (max-width: 430px) { .statistics-grid { grid-template-columns: 1fr; }.statistics-grid article + article,.statistics-grid article:nth-child(3),.statistics-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; } }
