.feature-card-grid{display:grid;gap:2rem}.feature-card{background:#f9f9f9;border-radius:1.125rem;color:var(--clr-primary);display:flex;flex-direction:column;gap:1.125rem;overflow:hidden;padding:4rem}.feature-card h3{font-weight:400;margin:0 0 .5rem}.feature-card .hs_cos_wrapper_type_inline_rich_text>:last-child{margin-bottom:0}.feature-card ol,.feature-card p,.feature-card ul{color:#d8d8d8;font-size:1.5rem;font-weight:300}.feature-card li span{color:var(--clr-primary)}.feature-card li:not(:last-child){margin-bottom:1.25rem}@media (min-width:768px){.feature-card h3{max-width:100%}}@media (max-width:1024px){.feature-card{padding:2.5rem}}@media (min-width:1024px){.feature-card__horizontal{align-items:center;flex-direction:row;gap:3rem}.feature-card ol,.feature-card ul{padding-left:0}}