.tabs{display:flex;justify-content:space-between}.tabs__tab{position:relative;background-color:#000;color:#fff;text-transform:uppercase;font-size:12px;line-height:1.4;font-weight:700;transition:all .3s;cursor:pointer}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{flex:1;justify-content:center;padding:1.7rem 1rem;text-align:center;border-left:1px solid #fff}.tabs__tab[aria-selected=true]{font-weight:700;background-color:#fff;color:#000}.tabs__content{padding:50px 50px 40px}.tabs__content ol li,.tabs__content ul li{font-size:18px;font-size:1.8rem;line-height:1.7}.tabs-wrapper{border:1px solid #000;flex:1 1 auto}.tabs-wrapper .tabs button{font-family:beatrice bold}@media (max-width:767px){.tabs{flex-wrap:wrap}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{flex:0 0 100%;border-left:none;border-bottom:1px solid #fff}.tabs__tab:last-child:active,.tabs__tab:last-child:focus,.tabs__tab:last-child:hover{border-bottom:1px solid #000}.tabs__content{padding:30px 30px 20px}.tabs__content ol li,.tabs__content ul li{font-size:16px;font-size:1.6rem;line-height:1.6}}