.card-grid-item{background-color:var(--mono-300);border-radius:1em;display:flex;flex-direction:column;gap:1em;padding:2.1em 1.5em}.card-grid-item.pink{background-color:var(--pink)}.card-grid-item.green{background-color:var(--green-300)}.card-grid-item.blue{background-color:var(--blue-600)}.card-grid-item.yellow{background-color:var(--yellow-600)}.card-grid-item.red{background-color:var(--red)}.cgi-icon{height:2em;margin-bottom:1em;width:2em}.cgi-title{flex-grow:1}.cgi-desc{font-size:.9em}@media (min-width:700px){.cgi-desc{font-size:.8em}}@media (min-width:1000px){.cgi-desc{font-size:.7em}}.card-grid{padding:4em 0}.card-grid-title{margin-bottom:.5em;text-align:center;width:100%}.card-grid-cards{display:flex;flex-direction:column;gap:1.5em;width:100%}@media (min-width:700px){.card-grid-cards{display:grid;gap:1em;grid-template-columns:repeat(1fr);place-items:stretch}}@media (min-width:1000px){.card-grid-cards{gap:1.5em 2em;grid-template-columns:repeat(3,1fr)}}@media (min-width:1550px){.card-grid-cards{gap:2em 3em}}
