.features{align-items:center;display:flex;flex-direction:column;gap:64px;width:100%}.features>.section-heading{align-items:center;text-align:center}@media (min-width:600px){.features>.section-heading{max-width:75%}}@media (min-width:1280px){.features>.section-heading{max-width:50%}}.features-desktop{display:flex;gap:80px;width:100%}.feature-desktop-text-container,.features-desktop-image-container{flex:1 1 0;width:0}.features-desktop-image-container{aspect-ratio:4/3;position:relative}.feature-image{border-radius:12px;box-shadow:0 5px 10px rgba(46,56,98,.1);height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transition:opacity .5s linear;width:100%}.feature-image.active{opacity:1;z-index:1}.feature-desktop-text-container{display:flex;flex-direction:column}.feature-item{cursor:pointer}.feature-title{margin:32px 0 8px;opacity:.25;transition:opacity .2s ease}.feature-item.active .feature-title{opacity:1}.feature-description-wrapper{height:0;overflow:hidden;transition:height .3s cubic-bezier(.4,0,.2,1)}.feature-description{padding-bottom:24px;padding-top:8px}.feature-mobile-image-wrapper{display:none}.feature-mobile-image{border-radius:12px;box-shadow:0 5px 10px rgba(46,56,98,.1);display:block;height:auto;max-height:180px;object-fit:cover;width:100%}@media (max-width:960px){.features-desktop{flex-direction:column;gap:0}.features-desktop-image-container{display:none}.feature-desktop-text-container{flex:none;width:100%}.feature-mobile-image-wrapper{display:block;height:0;overflow:hidden;transition:height .3s cubic-bezier(.4,0,.2,1);width:100%}}