.gamereviewparameters figure.wp-block-table table thead tr th {
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
}
.gamereviewparameters figure.wp-block-table table thead tr th:first-child {
  font-weight: 500;
  width: 305px;
}
.gamereviewparameters figure.wp-block-table table tbody tr td {
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
}
.gamereviewparameters figure.wp-block-table table tbody tr td:first-child {
  font-weight: 500;
  width: 305px;
}
@media screen and (max-width: 500px) {
  .gamereviewparameters figure.wp-block-table table tbody tr td:first-child,
  .gamereviewparameters figure.wp-block-table table thead tr th:first-child {
    width: auto;
  }
}
