.feature-showcase{background:#fff;padding:calc(var(--spacing)*24) 0}.feature-showcase .feature-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr}.feature-showcase .feature-content blockquote{border-color:#6ec492;border-width:4px;font-size:1.25rem;font-weight:500;line-height:1.625;padding:0;padding-left:calc(var(--spacing)*6)}@media (min-width:1024px){.feature-showcase .feature-grid{grid-template-columns:repeat(2,1fr)}}.feature-showcase .feature-content h2{color:#1b1718;font-size:2.25rem;font-weight:900;line-height:1.25;margin-bottom:calc(var(--spacing)*6)}.feature-showcase .feature-content h2 span{color:#6ec492}.feature-showcase .feature-content p{color:#52525c;font-size:1.125rem;line-height:1.625;margin-bottom:calc(var(--spacing)*6)}.feature-showcase .feature-card-wrapper{position:relative}.feature-showcase .feature-glow{background:rgba(34,197,94,.2);border-radius:999px;filter:blur(40px);inset:-16px;opacity:.5;position:absolute}.feature-showcase .feature-card{background:#18181b;border:1px solid #27272a;border-radius:12px;color:#fff;padding:2rem;position:relative}.feature-showcase .feature-items{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-showcase .feature-item{background:rgba(39,39,42,.5);border:1px solid #3f3f46;border-radius:8px;padding:1rem}.feature-showcase .feature-item svg{height:calc(var(--spacing)*8);margin-bottom:.75rem;stroke:#6ec492;width:calc(var(--spacing)*8)}.feature-showcase .feature-item h3{color:#fff;font-size:1.125rem;font-weight:700;line-height:1.55;margin-bottom:0}.feature-showcase .feature-item p{color:#9f9fa9;font-size:.875rem;line-height:1.42857;margin:0}.feature-showcase .feature-content :last-child{margin-bottom:0}@media(max-width:479px){.feature-showcase .feature-items{grid-template-columns:repeat(1,1fr)}}