.text-grid__inner{background-color:var(--solution-overview-bg-color,#fff);border-radius:6px;overflow:hidden;padding:2.5rem 4rem}.text-grid__top-wrapper{margin-bottom:2.5rem}.text-grid__subtext{margin-top:1rem}.text-grid__item-title{color:rgba(0,45,106,.65);font-family:var(--font-primary-family,"Segoe UI Variable Static Text,sans-serif");font-size:1rem;font-weight:700;margin-bottom:1.125rem}.text-grid__item-subtitle{margin-bottom:.5rem}.text-grid__grid{display:grid;gap:3.125rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.text-grid__item-richtext p:first-child{margin-top:0}.text-grid__item-richtext p:last-child{margin-bottom:0}@media screen and (max-width:900px){.text-grid__inner{padding:var(--spacing-gutter,1rem)}.text-grid__heading{font-size:var(--font-h2-size-m)}}