.price-section {
  text-align: center;
  padding: 3rem 1rem;
}

.price-section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin: 2rem auto 2rem;
  text-transform: uppercase;
  margin-bottom: 3.3rem;
}

.price-section p {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  max-width: 600px;
  margin: 0 auto 2rem;
  letter-spacing: 0.05em;
}

.price-table {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
}

.price-table th,
.price-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  color: #1a1a1a;
}

.price-table thead {
  background: none;
  border-bottom: 2px solid #000;
}

.price-table th {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}

.price-table tbody tr:hover {
  background: none;
}

th.divider {
  color: #fffbfb;
  font-weight: normal; /* optional */
}

@media (max-width: 600px) {
  .price-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/*# sourceMappingURL=preise.css.map */