html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cf:before,
.cf:after {
  display: table;
  content: ' ';
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
pricingbody {
  font-family: 'Roboto', Arial, sans-serif;
  margin: 0;
  color: #555555;
  background-color: #f5f7fa;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 10px;
}
figure a {
  display: block;
}
mark {
  padding: 0 5px;
  background-color: #dddddd;
}
::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.site-content {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-right: 5%; 
    padding-left: 5%;
    margin-bottom: 90px;
}

.card {
    width: 100%;
    background-color: #fff;
    text-align: left;
    position: relative;
    height: 100%;
    box-shadow: 0px 2px 6px 0px rgba(204,209,217,.5);
    border: 1px solid #E6E9ED;
}

.prices {
    margin-top: 30px;
    margin-bottom: 60px;
}
.price-item {
    width: 50%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 30px;

    /* ensuring proper layout*/
    float: left;
}
.price-heading {
    font-weight: 500;
    font-size: 12px;
    color: #AAB2BD;
    text-transform: uppercase;
    text-align: center;
}
.price-info {
    padding: 7%;
    min-height: 140px;
}
.price-topic {
    font-weight: 500;
    color: #AAB2BD;
    font-size: 14px;
    margin-bottom: 5px;
}
.price-topic.photo {
    color: #673AB7;
}
.price-topic.webdesign {
    color: #009688;
}
.price-topic.blue {
    color: #2196F3;
}
.price-topic.green {
    color: #4CAF50;
}
.price-topic.design {
    color: #F44336;
}
.price-title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15%;
	margin-top: 15%;
}
.price-title.green {
    color: #4CAF50;
}
.price-meta {
    color: #AAB2BD;
    font-weight: 300;
    font-size: 11px;
    position:relative;
    bottom: 7%;
}
.price-duration:before {
    display: inline-block;
    /*content: "•";*/
    padding-right: 5px;
    padding-left: 5px;
}
.price-caption {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 18px;
    color: #AAB2BD;
}