.section-three {
  background-color: #484036;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5vh;
}

.prijslijst-container {
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.prijslijst-left {
  font-weight: 600;
  color: #dfdfdf;
  margin-bottom: 50px;
  letter-spacing: 2px;
  font-family: "dream-avenue";
}

.price-list {
  font-size: 20px;
  color: #cfcece;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.price-list li {
  margin: 15px 0;
  font-weight: 500;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.price-list li span {
  display: inline-block;
  width: 50%;
  text-align: left;
}

.price-list li .price {
  text-align: right;
  width: 30%;
}

@media (max-width: 768px) {
  .price-list li .treatment {
    width: 70%;
    padding-left: 2vw;
  }

  .price-list li .price {
    width: 30%;
    padding-right: 2vw;
  }

  .prijslijst-container {
    padding-top: 10vh;
    padding-bottom: 15vh;
  }
}
