.number-cards-container{display:grid}.two-column{gap:36px;grid-template-columns:1fr 1fr}.three-column{gap:36px;grid-template-columns:1fr 1fr 1fr}.four-column{gap:24px;grid-template-columns:1fr 1fr 1fr 1fr}.number-card{display:flex;flex-flow:column;gap:18px}.single-column .number-card{display:grid;grid-template-columns:45px 1fr}.number-card.with-container{border-radius:0 45px 45px;box-shadow:2px 2px 8px rgba(0,0,0,.12);padding:24px}.number-card.with-container.gray{background-color:var(--lightGray)}.number-card.with-container.white{background-color:var(--white)}.number-card .number-container{align-items:center;box-sizing:content-box;display:flex;height:45px;justify-content:center;margin:0;width:45px}.number-card span{color:var(--white);display:block;font-size:24px;font-weight:900}.number-card:first-of-type h2,.number-card:first-of-type h3,.number-card:first-of-type h4,.number-card:first-of-type h5,.number-card:nth-of-type(5n) h2,.number-card:nth-of-type(5n) h3,.number-card:nth-of-type(5n) h4,.number-card:nth-of-type(5n) h5{color:var(--pink);margin-bottom:12px!important}.number-card:nth-of-type(2) h2,.number-card:nth-of-type(2) h3,.number-card:nth-of-type(2) h4,.number-card:nth-of-type(2) h5,.number-card:nth-of-type(6n) h2,.number-card:nth-of-type(6n) h3,.number-card:nth-of-type(6n) h4,.number-card:nth-of-type(6n) h5{color:var(--purple);margin-bottom:12px!important}.number-card:nth-of-type(3) h2,.number-card:nth-of-type(3) h3,.number-card:nth-of-type(3) h4,.number-card:nth-of-type(3) h5,.number-card:nth-of-type(7n) h2,.number-card:nth-of-type(7n) h3,.number-card:nth-of-type(7n) h4,.number-card:nth-of-type(7n) h5{color:var(--blue);margin-bottom:12px!important}.number-card:nth-of-type(4) h2,.number-card:nth-of-type(4) h3,.number-card:nth-of-type(4) h4,.number-card:nth-of-type(4) h5,.number-card:nth-of-type(8n) h2,.number-card:nth-of-type(8n) h3,.number-card:nth-of-type(8n) h4,.number-card:nth-of-type(8n) h5{color:var(--indigo);margin-bottom:12px!important}.number-card .number-container{border-radius:0 36px 36px;box-sizing:border-box;color:#fff}.number-card.with-container .number-container{border-radius:36px}.number-card:first-of-type .number-container,.number-card:nth-of-type(5n) .number-container{background-color:var(--pink)}.number-card:nth-of-type(2) .number-container,.number-card:nth-of-type(6n) .number-container{background-color:var(--purple)}.number-card:nth-of-type(3) .number-container,.number-card:nth-of-type(7n) .number-container{background-color:var(--blue)}.number-card:nth-of-type(4) .number-container,.number-card:nth-of-type(8n) .number-container{background-color:var(--indigo)}.single-column .text-container{margin-top:10px}@media (max-width:1023px){.three-column{grid-template-columns:1fr}.four-column{grid-template-columns:1fr 1fr}}@media (max-width:767px){.four-column,.three-column,.two-column{grid-template-columns:1fr}}