.tabs-container{display:flex;flex-wrap:wrap;gap:2rem 6rem;margin:0 auto;max-width:1200px}.tabs-sidebar{flex:1 1 300px}.tabs-heading{font-size:38px;margin-bottom:1.25rem}.section-tag{font-size:18px;margin-bottom:1.25rem}.tabs-features{display:flex;flex-direction:column;gap:1.5rem 0}.tabs-feature-item{border-radius:5px;cursor:pointer;padding:.5rem 0 .5rem 1rem}.tabs-feature-item,.tabs-icon{align-items:center;display:flex}.tabs-icon{border-radius:50%;color:#28457d;font-size:14px;height:24px;justify-content:center;line-height:1;margin-right:20px;min-width:24px}.tabs-feature-title{font-size:20px;margin:0}.tabs-content{background:#fff;border-radius:8px;display:flex;flex:1 1 600px;flex-direction:column;gap:20px;padding:2rem}.tabs-content-item{display:none}.tabs-content-item.active{display:block}.tabs-content-item img{border-radius:8px;height:300px!important;margin-bottom:1rem;max-width:100%;object-fit:cover;width:100%!important}.tabs-content-title{font-size:1.5em;font-weight:700;margin-bottom:10px;margin-top:10px;text-transform:capitalize}.tabs-content-description{line-height:1.6;margin-bottom:20px}.tabs-feature-item:hover{background-color:#00000015}.tabs-feature-item.active{background-color:#28457d}.tabs-feature-item.active .tabs-feature-title,.tabs-feature-item.active .tabs-icon{color:#fff!important}