.solution-overview__inner{background-color:var(--solution-overview-bg-color,#fff);border-radius:6px;display:flex;flex-wrap:wrap;gap:5rem 2rem;padding:4rem}.solution-overview__cell{flex:1 0 calc(50% - 1rem);max-width:100%;min-width:400px}.solution-overview__heading{margin-bottom:1rem}.solution-overview__rich-text>p:first-child{margin-top:0}.solution-overview__rich-text>p:last-child{margin-bottom:0}.solution-overview__button-wrapper{margin-top:1rem}@media screen and (max-width:900px){.solution-overview__inner{padding:var(--spacing-gutter,1rem)}.solution-overview__cell{flex:1 0 100%;min-width:auto}.solution-overview__heading:not(.h3):not(.h4):not(.h5){font-size:var(--font-h2-size-m)}}