.tabs{display:flex;flex-wrap:wrap;justify-content:space-between}.tabs__tab{flex:1;justify-content:center;padding:1.4rem .7rem;position:relative;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__tab:after{border-bottom:1px solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tabs__tab[aria-selected=false]:focus:after,.tabs__tab[aria-selected=false]:hover:after,.tabs__tab[aria-selected=true]:after{border-bottom:2px solid}.tabs__content{padding:2.8rem}@media (max-width:768px){.tabs{align-items:stretch;flex-direction:column}.tabs__tab{justify-content:flex-start;text-align:left}}