body {
  background-image: url("pics/kreta_bg.webp");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: -150px;
  background-position-x: center;
  height: auto;
}

.tbl-wrap {
  min-height: 800px;
  background: rgba(100,150,200,.5);
  padding: 100px 0px;
}

h2 {
  color: #CDE;
  font-size: 2.2em;
  text-align: center;
}

.price-tbl {
  margin: auto;
  width: 96%;
  max-width: 940px;
  background: rgba(15,25,25, .6);
  
  padding: 10px;
  color: #BCD;
  font-size: 1.1em;

}

.row {
  /*border-top: 1px solid #AAC;*/
  display: flex;
  justify-content: space-between;  
}

.col-1, .col-2 {
  padding: 20px 15px;
  /*width: 50%;*/
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-1 {
  justify-content: flex-start;
  width: 65%;
}

.col-2 {
  justify-content: flex-end;
  width: 35%;
}

.row:nth-child(even) {
  background: rgba(0,0,0,.25);
}

.disclaim {
  margin-top: 70px;
  color: #BCD;
  letter-spacing: 2px;
  padding: 0px 50px;
}

hr.separ {
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(30, 40, 40, 0.75), rgba(0, 0, 0, 0));
}

@media only screen and (min-width: 850px) {
  .price-tbl {
    width: 90%;
    padding: 40px 50px;
  }
  h2 {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 600px) {
  .row {
    padding: 10px 0px;
  }
  .price-tbl {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}