.fd-solution{background:var(--fd-white);padding-block:var(--fd-pad-md)}.fd-solution__inner{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin-inline:auto;max-width:var(--fd-container);padding-inline:1.5rem}@media (min-width:1024px){.fd-solution__inner{grid-template-columns:var(--fd-solution-cols,1fr 1fr)}}.fd-solution__heading{color:var(--fd-navy);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.fd-solution__body{color:var(--fd-body);font-size:1.09375rem;line-height:1.65;margin-bottom:1.75rem}.fd-solution__bullets{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.fd-solution__bullets li{align-items:center;color:var(--fd-deep);display:flex;font-size:.9375rem;font-weight:600;gap:.75rem}.fd-solution__bullets li:before{background-color:var(--fd-light-purple);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath stroke='%236b3ff3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 4 3 3 5-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";flex-shrink:0;height:20px;width:20px}.fd-solution__visual img{border-radius:12px;width:100%}