@charset "UTF-8";

.general__style table tr > *:first-child {
  width: 20rem;
}

@media screen and (max-width: 1060px) {
  .general__style table tr > *:first-child {
    width: 24rem;
  }
}
