.feature-tabs{display:grid;gap:48px;grid-template-columns:1fr 1px 1.7fr}.feature-left{display:flex;flex-direction:column;gap:20px}.feature-list-item{align-items:center;background:#fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.06);cursor:pointer;display:flex;gap:16px;padding:25px 30px;position:relative;transition:all .3s ease}.left-image{filter:brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(7497%) hue-rotate(211deg);height:28px;object-fit:contain;transition:filter .3s ease;width:28px}.feature-text{color:#1a4cff;font-size:20px;font-weight:600}.feature-list-item.active{background:#f8cf2c;box-shadow:none}.feature-list-item.active .feature-text{color:#000}.feature-list-item.active .left-image{filter:brightness(0)}.vertical-line{background:#d9d9d9;width:1px}.feature-right{background:#fff;border-radius:10px}.feature-content{display:none}.feature-content.active{display:block}.right-image{border-radius:6px;margin-bottom:20px;width:100%}.feature-description{color:#444;font-size:18px;line-height:1.6}.feature-content-mobile{display:none;margin-top:16px;width:100%}@media (max-width:768px){.feature-tabs{gap:0;grid-template-columns:1fr}.feature-right,.vertical-line{display:none}.feature-list-item{flex-wrap:wrap}.feature-list-item.active .feature-content-mobile{display:block}.feature-list-item.active{background:transparent}.feature-list-item.active .feature-left{background-color:#f8cf2c;border-radius:6px;display:inline-flex;padding:12px 16px}.feature-content-mobile{background:#fff;border-radius:6px;margin-top:12px;padding:16px}}