table.list-price {
  border-collapse: separate;
  border-spacing: 10px; /* cellspacing */
  border-collapse: expression('separate', cellSpacing = '10px');
}

.box-a {
  width: 30%;
}

.box {
  border-radius: 10px;
  background-image: linear-gradient(orangered, #852121);
  color: white;
  padding: 10px;
  width: 150px;
}

.box h2, .box h4 {
  color: white;
}

.name {
  font-weight: lighter;
}

.duration {
  font-weight: lighter;
  font-size: 12px;
}

.dark {
  background-color: #ccc;
}

td, th{
  text-align: center;
}

.fa-solid {
  font-size: 30px;
}

.fa-check {
  color: #63a500;
}

.fa-xmark {
  color: red;
}

table.list-price button, a.button {
  width: 100%;
  border: none;
  background-image: linear-gradient(orangered, #852121);
  padding: 10px;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 768px){
  section.pricing-area {
    display: none;
  }
}

@media only screen and (max-width: 767px){
  section.table-price {
    display: none;
  }
  section.table-price-pendirian-pt {
    display: none;
  }

  

  section.pricing-area {
    display: block;
  }
}



