.integrations-boxgrids{padding:96px 0;background-color:var(--background-color)}.boxgrids-intro{text-align:center;max-width:900px;margin:0 auto 64px auto}.boxgrids-intro h2{margin-bottom:1rem}.boxgrids-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.box-card{padding:32px;border-radius:12px;box-shadow:0 4px 25px rgb(0 0 0 / .05);border:1px solid var(--primary-color-medium-border);background-color:var(--background-color);flex:1 1 calc(33.333% - 22px);min-width:280px}.box-card.card-style--pink{background-color:var(--primary-color-light-bg)}.box-card.card-style--icon{background-color:var(--secondary-color)}.box-card.card-style--icon h4,.box-card.card-style--icon p{color:var(--text-color-light)}.box-card .stat-main{display:block;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.box-card .stat-icon{margin-bottom:1rem;line-height:0;color:var(--primary-color);font-size:5rem}.box-card h4{margin-bottom:.75rem}.box-card p{margin-bottom:0}@media (max-width:992px){.box-card{flex-basis:calc(50% - 16px)}}@media (max-width:600px){.box-card{flex-basis:100%}}