.clinical{grid-area:clinical}.workflow{grid-area:workflow}.predictive{grid-area:predictive}.patient{grid-area:patient}@media screen and (min-width:500px){.custom-svg-cards-grid{display:grid;grid-template-areas:"workflow patient" "clinical predictive";grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.custom-svg-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"clinical workflow predictive" "clinical patient predictive"}}