.card-plan-container {
  margin-bottom: 50px;
}

.card-content {
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: 0.3s;
}

.card-top {
  background: #DC522C;
  color: #fff;
  text-align: center;
}

.card-plan {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  padding: 8px;
}

.card-price {
  background: #DC522C;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-size: 32px;
  transition: 0.3s;
}

.card-body {
  background: #fff;
}
.card-body .list-group-item {
  background: transparent;
}

@media (min-width: 991px) {
  .card-content:hover {
    transform: scale(1.05);
  }
}

/*# sourceMappingURL=pricing.css.map */
