.feature-cards-section{background:var(--beige-25-canvas,#f7f5f2)}.feature-cards-container{display:grid;gap:160px;grid-template-columns:1fr;margin-top:115px}.feature-card{align-items:center;align-self:stretch;background:var(--base-white,#fff);border-radius:10px;display:flex;flex-direction:column;gap:32px;height:fit-content;padding:80px 24px 24px;position:relative}.feature-card-image{height:auto;max-width:412px;position:absolute;top:-125px}.feature-card-heading{color:var(--base-black,#1a1a1a);font-size:20px;font-weight:500;line-height:150%;margin-bottom:0;text-align:center}.feature-card-bullet-list{list-style-type:none;margin-bottom:0}.feature-card-bullet-list li{padding-left:12px;position:relative}.feature-card-bullet-list li:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMzk3RTc3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTcuNSAxMiAzIDMgNi02bTUuNSAzYzAgNS41MjItNC40NzcgMTAtMTAgMTBTMiAxNy41MjEgMiAxMkMyIDYuNDc1IDYuNDc3IDIgMTIgMnMxMCA0LjQ3NiAxMCAxMFoiLz48L3N2Zz4=");content:"";height:24px;left:-23px;position:absolute;top:0;width:24px}.feature-card-bullet-heading{color:var(--base-black,#1a1a1a);font-size:16px;font-weight:500;line-height:150%;margin-bottom:8px}.feature-card-bullet-text{color:var(--gray-800,#3f3f3f);font-size:14px;font-weight:500;line-height:160%}@media (min-width:48rem){.feature-card-heading{font-size:24px}}@media (min-width:62rem){.feature-cards-container{gap:24px;grid-template-columns:1fr 1fr 1fr}}