.approach-module{background:var(--color-white);border-top:1px solid rgba(8,39,80,.08)}.approach-module__inner{align-items:start;display:grid;gap:64px;grid-template-columns:1fr 1.1fr}.approach-module__content{display:flex;flex-direction:column;gap:18px}.approach-module__eyebrow{align-items:center;color:var(--color-primary-blue);display:flex;gap:10px}.approach-module__eyebrow span{background:var(--color-coral-red);flex-shrink:0;height:2px;width:16px}.approach-module__heading h2,.approach-module__heading h3,.approach-module__heading h4{color:var(--color-navy-blue);margin:0}.approach-module__description p{color:rgba(8,39,80,.6);margin:0}.approach-module__description p+p{margin-top:18px}.approach-module__description p:first-child{color:rgba(8,39,80,.7)}.approach-module__description strong{color:var(--color-navy-blue)}.approach-module__aside{display:flex;flex-direction:column;gap:20px}.approach-module__card{background:rgba(13,111,252,.03);border:1px solid rgba(8,39,80,.12);border-radius:5px;padding:28px 30px}.approach-module__card-label{color:var(--color-primary-blue);font-size:24px;font-weight:700;margin-bottom:16px}.approach-module__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.approach-module__list-item{color:rgba(8,39,80,.75);display:flex;font-size:13px;gap:12px;line-height:1.7}.approach-module__dot{background:var(--color-primary-blue);border-radius:50%;flex-shrink:0;height:5px;margin-top:8px;width:5px}@media (max-width:992px){.approach-module__inner{gap:32px;grid-template-columns:1fr}.approach-module__card{padding:25px 20px}}