.tabs-gear {
  border: none !important;
}

.tabs-gear li {
  border: 1px solid white !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 551px) {
  .tabs-gear li {
    border-radius: 5px !important;
  }

  .tabs-gear li:first-child {
    margin-right: 10px;
  }
}

