.price_table {
  padding: 5rem 0;
  text-align: center;
}
.price_table .title-thc {
  margin: auto;
  margin-bottom: 1rem;
  max-width: 600px;
}
.price_table .desc {
  margin-bottom: 2rem;
}
.price_table .desc-price {
  margin: auto;
  max-width: 600px;
  margin-bottom: 3rem;
}
.price_table .item-price {
  border: 1px solid var(--primary_color);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.price_table .item-price .meta {
  border-bottom: 1px solid var(--primary_color);
  padding: 1rem;
}
.price_table .item-price .meta .title {
  font-size: 1rem;
  font-weight: 400;
}
.price_table .item-price .meta .price {
  font-size: 2rem;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
}
.price_table .item-price .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.price_table .item-price .content .list {
  margin-bottom: 1rem;
}
.price_table .item-price .content .list .item {
  margin: auto;
  margin-bottom: 0.5rem;
}
.price_table .primary-button {
  margin-top: auto;
}
@media only screen and (max-width: 769px) {
  .table-container {
    overflow-x: auto;
  }
}
