@media only screen and (min-width: 600px) and (max-width: 900px) {
  .table-1__tbody__td--tag {
    width: 20%;
  }
  .table-1__tbody__td--when {
    width: 15%;
  }
}
@media only screen and (min-width: 421px) and (max-width: 700px) {
  .copy {
    display: none;
  }

  .table-1__tbody__td--tag {
    width: 35%;
  }
  .table-1__tbody__td--when {
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  .copy {
    display: none;
  }

  .table-1__thead__th:nth-child(2) {
    display: none;
  }
  .table-1__tbody__td--tag {
    width: 50%;
  }
  .table-1__tbody__td--when {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .copy__tooltip--tag {
    left: 115%;
  }
  .copy__tooltip--tag:after {
    border-right-width: 5px;
    border-left-width: 0;
    border-right-color: #223638;
    border-left-color: transparent;
    left: -3%;
    right: auto;
  }
}