.table-vertical {
  border-collapse: collapse;
  font-size: 1.3rem;
  table-layout: fixed;
  border: 1px solid #000;
}

.table-vertical th,
.table-vertical td {
  border: 2px solid #767171;
  padding: 10px;
}

.table-vertical th {
  background-color: #071844;
  border: 2px solid #F2F2F2;
  color: #F2F2F2;
  text-align: left;
  padding: 10px;
  vertical-align: center; 
}

.bg-blue {
  background-color: #0A2771;
  color: #fff;
}

.price-table th,
.price-table td {
  text-align: center;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 90%;
}

@media (max-width: 992px) {
  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    width: 75%;
  }
}