.pricing-container header h2 span {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.pricing-container header {
  padding-top: 140px;
}

.pricing-wrapper {
  margin: 100px auto 80px;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  border-radius:  5px 5px 0 0;
}

.pricing-head h4 {
  color: #0d6efd;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
  font-weight: 400;
}

.pricing-content li.included {
  font-weight: 700;
}

.pricing-content li span {
  font-size: 16px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

