.priceContainer {
  display: flex;
}

.priceImages {
  display: none;
}

@media screen and (min-width: 750px) {
  .priceImages {
    display: block;
    margin: 10px 25px;
  }
}

.priceImg {
  width: 200px;
}

.priceBox {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .priceBox {
    margin-left: 70px;
    margin-top: 10px;
  }
}

.priceList {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.priceItem {
  margin-bottom: 20px;
}

.subTitle {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  position: relative;
}

.subTitle:before {
  background-color: #999999;
  content: '';
  position: absolute;
  height: 6px;
  margin-left: -15px;
  top: 50%;
  width: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.priceItem p {
  margin: 0;
  font-size: 13px;
}

.priceTable {
  width: 100%;
}
.price {
  text-align: right;
  vertical-align: baseline;
}

.priceTable td {
  font-size: 13px;
  border-bottom: solid 1px #404040;
  padding: 4px 10px;
}

.spaDescription {
  border: solid 1px #404040;
  padding: 7px;
}
