.feature-tab{display:flex;background-color:transparent;border:2px solid hsla(0,0%,85%,.2);border-radius:20px;width:100%;transition:all .3s ease-in-out}.feature-tab-wrapper{display:grid;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-auto-columns:1fr;grid-column-gap:15px;grid-row-gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto;padding-top:30px}.feature-tab:hover{border-color:hsla(0,0%,40%,.1)}.feature-tab.active{border-color:var(--bs-white)!important;box-shadow:0 20px 20px 0 rgba(2,19,79,.1);background:var(--bs-white)!important;transform:translateY(-3px);color:#000}.feature-tab .testimonial-thumb{display:flex;justify-content:center;align-items:center;min-width:50px;border-radius:50%;min-height:50px;background:#e9ebff;max-width:50px}.feature-tab .tab-title{font-size:10px;margin:auto 0;text-align:left;font-weight:700}.p-30{padding:30px}.text-gradient{background:linear-gradient(90deg,#ff416c,#8e44ad,#1e90ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}