.pricing-table ul {
  list-style: none;
  padding: 0;
}
.pricing-table li:before {
  font-family: 'ETmodules';
  content: ' \e03c';
  display: inline-block;
  padding-right: 10px;
}

.pricing-table .et_pb_column {
  border: 1px solid #fff;
}

.pricing-table .et_pb_column {
  width: 22%;
  margin-right: 1%;
}

.pricing-table .et_pb_column:last-child {
  width: 30%;
  margin-right: 0;
  background: #061944;
  box-shadow: 0 0 10px #e0009d, 0 0 20px #e0009d, 0 0 30px #e0009d;
}

.pricing-table-title {
  padding: 20px;
  background: #090c56;
  font-size: 14px;
  margin-bottom: 3% !important;
  min-height: 100px;
  height: 100px;
  margin-bottom: 0 !important;
}

.pricing-table-title h3 {
  font-weight: bold !important;
  text-align: center;
}

.pricing-table-title p {
  text-align: center;
  padding: 0 !important;
}

.pricing-table-description {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 70px;
  font-size: 14px;
  min-height: 80px;
  height: 80px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.pricing-table-content {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 400px;
  height: 400px;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.pricing-table-price {
  text-align: center !important;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5px;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.pricing-table-price p {
  padding-bottom: 0 !important;
}

.pricing-table-subline {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center !important;
  font-size: 14px;
  margin-bottom: 0px !important;
  height: 90px;
  min-height: 90px;
}

.pricing-table-subline a:after {
  content: '' !important;
}

.pricing-table-subline p {
  padding-bottom: 0 !important;
}

.pricing-table-cta {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

#regionDropdown {
  font-size: 18px;
  color: #fff;
  background: #06062c;
  border: 1px solid #fff;
  margin-left: 10px;
  padding: 5px 10px;
}

.price {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 980px) { 
  .pricing-table-cta {
    width: 80%;
  }

  .pricing-table-title,
  .pricing-table-description,
  .pricing-table-content,
  .pricing-table-subline,
  .pricing-table-price {
    height: unset;
    min-height: unset;
  }
}
