.tabs{display:flex;justify-content:space-between}.tabs__tab{position:relative}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{flex:1;justify-content:center;padding:1.4rem .7rem;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__tab:after{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}@media (max-width:767px){.tabs{width:100%}.tabs__tab{text-wrap:nowrap}.tabs__content img{display:block;width:100%!important}}