.cards-grid{background:var(--grey)}.cards-grid__cards{display:-ms-grid;display:grid;-ms-grid-columns:1fr 16px 1fr 16px 1fr 16px 1fr;gap:16px;grid-template-columns:repeat(4,1fr)}.cards-grid__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:5px;-ms-flex-direction:column;flex-direction:column;gap:32px;padding:32px}.cards-grid__card:first-child{background-image:url(https://49347381.fs1.hubspotusercontent-na1.net/hubfs/49347381/ecopsy/pages/checkUp/card-01-bg.png);background-position:50%;background-size:cover;gap:12px;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3}.cards-grid__card--white{background:var(--white);color:var(--black)}.cards-grid__card--beige{background:var(--beige);color:var(--black)}.cards-grid__card--accent{background:var(--accent);color:var(--white)}.cards-grid__card:nth-last-child(2){-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3}.cards-grid__card:last-child{-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:2;grid-column-end:5}.cards-grid__card-title{font-weight:400}.cards-grid__card--white .cards-grid__card-title{color:var(--accent)}.cards-grid__card--beige .cards-grid__card-title{color:var(--black)}.cards-grid__card--accent .cards-grid__card-title{color:var(--white)}.cards-grid__card-icon{display:block;height:auto;max-width:56px;width:100%}.cards-grid__card:first-child .cards-grid__card-icon{height:auto;margin-top:auto;max-width:100%;width:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (max-width:1152px){.cards-grid__cards{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.cards-grid__card{min-height:274px;padding:32px 16px}.cards-grid__card:first-child{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-span:1;grid-row-end:3}.cards-grid__card:nth-last-child(2){-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:1;grid-column-end:3}.cards-grid__card:last-child{-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:1;grid-column-end:4}.cards-grid__card-icon{max-width:48px}.cards-grid__card-text{max-width:200px}}@media (max-width:767px){.cards-grid__cards{-ms-grid-columns:1fr;grid-template-columns:1fr}.cards-grid__card{min-height:unset}.cards-grid__card:first-child{-ms-grid-row:4;grid-row-start:4;-ms-grid-row-span:1;grid-row-end:5}.cards-grid__card:nth-last-child(2){-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;grid-area:unset}.cards-grid__card:last-child{-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:1;grid-column-end:4;grid-area:unset}.cards-grid__card:first-child .cards-grid__card-icon{margin-top:74px}}