.tabs{display:flex;flex-direction:column;gap:30px;padding-top:40px}.tabs-list{display:flex;flex-wrap:wrap;gap:10px}.tabs-list .tab{border:1.5px solid #000;cursor:pointer;font-size:12px;font-weight:500;padding:8px 25px;text-transform:uppercase}.tabs-list .tab.active{background:#000;color:#fff!important}.tabs-content .tab-content{height:0;overflow:hidden}.tabs-content .tab-content:first-child{height:auto}