.feature-list .wrapper{display:flex;flex-direction:column;gap:1.333rem}.feature-list .heading{text-align:left}.feature-list .features{grid-gap:1.333rem;display:grid;margin:0;overflow:hidden;width:100%}.features .feature-card{background:#151516;border-radius:.556rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.features .feature-card .feature-info{display:flex;flex-direction:column;gap:.444rem}.features .feature-card *{margin:0;padding:0}.feature-card .feature-icon{height:1.778rem;width:1.778rem}.feature-card .value-title{color:#fff;font-size:1rem;font-weight:600;line-height:1.222rem}.feature-card .description{color:#d1d1d1;font-size:.778rem;font-weight:400;line-height:1.111rem;margin-bottom:10px}.feature-card .action-link{align-items:center;backdrop-filter:blur(40px);background:#fff;border-radius:.444rem;display:flex;height:2.222rem;justify-content:center;margin:0 0 0 auto;padding:.611rem .667rem;width:2.333rem}.feature-card .action-link img{height:1rem;transition:all .1s ease;-webkit-transition:all .1s ease;width:1rem}.feature-card .action-link:hover img{transform:translateX(5px);-webkit-transform:translateX(5px)}.features .content :not(:last-child){margin-bottom:1rem}@media only screen and (max-width:576px){.feature-list .features{grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width:577px) and (max-width:768px){.feature-list .features{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:769px) and (max-width:1024px){.feature-list .features{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){.feature-list .features{grid-template-columns:repeat(4,1fr)}.feature-list .features_3{grid-template-columns:repeat(3,1fr)}}