.feature-list{display:grid;gap:5rem;grid-template-columns:1fr 1fr}.feature-list__next{margin-top:2rem;padding-left:3rem;padding-right:3rem;width:fit-content}.feature-list__next-arrow{margin-left:.5rem;width:.9rem}.highlighted-feature__card{background:#fff;border-radius:0 1.25rem;box-shadow:var(--small-shadow);margin-top:18rem;max-width:26rem;padding:2rem}.highlighted-feature__image{background:#d3d3d3;border-radius:.5rem;object-fit:cover}.highlighted-feature{position:relative}.highlighted-feature__images{display:grid;gap:1rem;grid-template-columns:22rem 1fr;grid-template-rows:auto 1fr;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.highlighted-feature__title{color:var(--dark-blue-bg);font-weight:800;margin:0}.highlighted-feature__image--1,.highlighted-feature__image--2{height:20rem;width:100%!important}.highlighted-feature__image--3{height:100%;width:100%}.feature-list__feature{color:var(--blue-200);cursor:pointer;font-family:Inter;font-weight:800;letter-spacing:-.04rem;margin:.5rem 0;text-align:left;transition:color .2s ease-in-out}.feature-list__feature--highlighted,.feature-list__feature:hover{color:var(--dark-blue-bg)}.highlighted-feature__description p{font-weight:500;line-height:1.5}.feature-list__features{display:flex;flex-direction:column;justify-content:center}@media (max-width:1000px){.feature-list{gap:2rem;grid-template-columns:1fr}.highlighted-feature__image--1,.highlighted-feature__image--2{width:auto}.highlighted-feature__images{overflow:hidden}.feature-list{margin-top:2rem!important}}