.feature-ledger {
  margin: 2.25rem 0 0 !important;
  border: 1px solid #2d3748;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.025), transparent 38%),
    rgba(13, 17, 23, 0.4);
}
.feature-ledger > [class*="col-"] {
  padding: 0 !important;
  border-right: 1px solid #2d3748;
  border-bottom: 1px solid #2d3748;
}
.feature-ledger .card-dark,
.feature-ledger .feature-card {
  height: 100%;
  min-height: 14.25rem;
  margin: 0;
  padding: 1.55rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.22s ease !important;
}
.feature-ledger .card-dark:hover,
.feature-ledger .feature-card:hover {
  background: linear-gradient(135deg, rgba(212, 163, 115, 0.1), transparent 72%) !important;
}
.feature-ledger .card-icon,
.feature-ledger .feature-icon {
  margin-bottom: 1.1rem;
}
.feature-ledger h5 {
  margin-bottom: 0.45rem;
}
@media (min-width: 992px) {
  .feature-ledger > [class*="col-"]:nth-child(3n) { border-right: 0; }
  .feature-ledger > [class*="col-"]:nth-child(n+4) { border-bottom: 0; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feature-ledger > [class*="col-"]:nth-child(2n) { border-right: 0; }
  .feature-ledger > [class*="col-"]:nth-child(n+5) { border-bottom: 0; }
}
@media (max-width: 767.98px) {
  .feature-ledger > [class*="col-"] { border-right: 0; }
  .feature-ledger > [class*="col-"]:last-child { border-bottom: 0; }
  .feature-ledger .card-dark,
  .feature-ledger .feature-card { min-height: 0; padding: 1.35rem !important; }
}
