.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.card-header {
  background-color: #ae59ff;
}

.card-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}

.card-body h3 {
  font-size: 28px;
  font-weight: 400;
}

.card-body ul li {
  margin: 15px 0;
}

.pricing-container {
  padding: 0 10vw;
}

@media only screen and (max-width: 992px) {
	.pricing-container {
		padding: 0 10px;
	}
}

.pricing-container h4 {
  font-size: 1.2em;
}

.pricing-container b {
  color: #000000;
}

