.proven-results{padding:96px 0;background-color:var(--background-color)}.results-intro{text-align:center;max-width:900px;margin:0 auto 64px auto}.results-intro h2{margin-bottom:1rem}.results-intro p{color:var(--text-color)}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.result-card{background-color:var(--background-color);padding:32px;border-radius:12px;box-shadow:0 4px 25px rgb(0 0 0 / .05);border:1px solid var(--primary-color-medium-border)}.result-card.card-pink{background-color:var(--primary-color-light-bg)}.result-card .stat-main{display:block;font-size:3.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.result-card.card-icon .stat-icon{margin-bottom:1rem;line-height:0}.result-card.card-icon .stat-icon img{height:48px;width:auto}.result-card h4{margin-bottom:.75rem;color:var(--secondary-color)}.result-card p{color:var(--text-color);margin-bottom:0}.stat-icon i{font-size:50px!important}@media (max-width:900px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.results-grid{grid-template-columns:1fr}}