table.price-table {
  table-layout: fixed;
  word-wrap: break-word;
}

table.price-table td {
  vertical-align: top;
}

.price-table-wrapper {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .price-table-wrapper {
    flex-direction: column;
  }
}