#order-premium_comparison .includes-features {
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  padding-top: 10px;
}

#order-premium_comparison .includes-features .head-area {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
/*  background: url(../img/head-bg.png) no-repeat center center;*/
  background-size: 100% auto;
}

#order-premium_comparison .includes-features .head-area .head-line {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
  height: 1em;
  background: url(../img/head-bg.png) no-repeat center center;*/
  background-size: 100% auto;
}


#order-premium_comparison .includes-features .head-area span {
  padding: 0 20px;
  margin: 0 0 0 0;
  display: inline-table;
}

#order-premium_comparison .main-container.price-01 .includes-features .head-area span {
  background: #f3f3f3;
}

#order-premium_comparison .includes-features ul.list-features {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}

#order-premium_comparison .includes-features ul.list-features li {
  padding: 0 0 0 22px;
  margin: 5px 0;
  width: 33%;
  display: inline-table;
  background: url(../img/tick.png) no-repeat;
}

/* This media query is written for iPad and tablets */
@media (max-width: 991px) {
  #order-premium_comparison .includes-features ul.list-features li {
    width: 48%;
  }
}
