.Tab-wrapper .tab-list-item {
  width: 204px;
  height: 62px;
  text-align: center;
  padding: 0 1px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .Tab-wrapper .tab-list-item {
    width: 50%;
    height: 43px;
    font-size: 0.875rem;
    line-height: 16px;
  }
}
