.pricingTable {
  text-align: center;
  background: #fff;
  padding: 30px 0;
}

.pricingTable .title {
  font-size: 22px;
  font-weight: 600;
  color: #2e282a;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.pricingTable .price-value {
  padding: 30px 0;
  background: #ba5289;
  margin-bottom: 30px;
  position: relative;
}

.pricingTable .price-value:before {
  content: "";
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 46%;
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #868686;
  line-height: 35px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}

#build-version {
  text-align: center;
}

