.highlight-box-wrapper{display:flex;justify-content:center}.highlight-box{border-radius:14px;max-width:max(80%,900px);padding:3rem}.highlight-box:not(:has(.item-text)){text-align:center}.highlight-box:has(.item-text){display:grid;place-items:center;text-align:center}@media (min-width:800px){.highlight-box:has(.item-text){gap:1rem;grid-template-columns:2fr 3fr;text-align:left}}.highlight-box[data-box-color=red]{background-color:#ffeaea;color:#ec1212}.highlight-box[data-box-color=grey]{background-color:#eaeaea;border:1px solid #ccc}.highlight-box>*{color:inherit}.solution-section .highlight-box-wrapper{isolation:isolate;position:relative}.solution-section>:first-child .highlight-box-wrapper:before{background-color:#fff;bottom:50%;content:"";left:-3000px;position:absolute;right:-3000px;top:-4.55rem;z-index:-1}