@media screen and (max-width: 767px) {
  .tabs-nav {
    flex-wrap: wrap;
  }

  .tabs-nav .tab-button {
    width: calc(50% - 0.5rem);
  }
}
