.price-table {
  padding: 50px 0;
}
.price-table__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
.price-table__table {
  display: flex;
  justify-content: center;
}

.price-table b {
  display: flex;
  margin-bottom: 30px;
}

.price-table table{
  border: solid 1px lightgray;
  width: 100%;
  max-width: 500px;
}

.price-table table tr {
  border-bottom: solid 1px lightgray;
}

.price-table table td {
  padding: 10px;
}
.price-table table tr:nth-child(1) b {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.price-table table tr:nth-child(1) td {
  padding: 15px 10px;
}