.price-block {
  display: flex;
  /*justify-content: space-between;*/
  /*gap: 20px;*/
}

.price-block-column {
  /*background-color: #ffffff;*/
  /*border: 1px solid #dee2e6;*/
  /*border-radius: 0.5rem;*/
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  width: calc(50% - 10px);
}

.price-block-column-header {
  /*background-color: #65727e;*/
  /*color: white;*/
  padding: 15px;
  text-align: center;
}

.price-block-column-title {
  margin: 0;
  font-size: 1.25rem;
}

.price-block-column-number {
  font-size: 1.5rem;
  /*font-weight: bold;*/
}

.price-block-column-body {
  /*padding: 15px;*/
}

.price-block-row {
  display: flex;
  justify-content: center;
  /*padding: 5px 0;*/
  height: 70px;
}

.price-block-row-title {
  font-weight: 600;
}

.price-block-row span {
  color: #333;
}

