.feature-card-wrapper{width:100%;margin:auto;display:flex}.feature-card-content{text-align:center;width:100%;max-width:800px;margin:auto auto 60px}.feature-card-wrapper h2{color:var(--slate-blue);letter-spacing:-1.2px;font-size:40px;font-style:normal;font-weight:400;line-height:120%}.feature-card-wrapper p{color:var(--grey);letter-spacing:-.16px;margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:200%}.feature-card-wrapper span{color:var(--slate-blue);letter-spacing:-.52px;font-size:52px;font-weight:200;line-height:120%}.feature-cards{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:30px;display:grid}.feature-card-separator{background-color:#d6dce0;width:100%;height:2px;margin:0 0 20px;display:block}.feature-card h3{color:var(--black);letter-spacing:-.75px;font-size:25px;font-style:normal;font-weight:600;line-height:120%}section.background-beige .feature-card h3{color:var(--slate-blue)}.feature-card p{color:var(--slate-blue);letter-spacing:-.15px;font-size:15px;font-style:normal;font-weight:400;line-height:26px}@media (width<=991px){.feature-cards{grid-template-columns:1fr}}@media (width<=575px){.feature-card-wrapper span{font-size:36px}}
