.landing-card-component{background-color:var(--color-bg-secondary);border-radius:var(--radius-5);box-shadow:0 .5rem 0 0 var(--globalColorNeutral200);display:flex;flex-direction:column;overflow:hidden;width:100%}.landing-card-component:hover{background-color:var(--globalColorNeutral200)}.landing-card-iconContainer{align-items:center;display:flex;height:19rem;justify-content:center}.landing-card-cardBody{color:var(--color-text-default);min-height:10rem;padding:2.4rem}.landing-card-cardBody h2{color:var(--color-text-boldest)}.landing-component{display:grid;grid-gap:3rem;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));margin-bottom:2.4rem}