.financial-audit-cost-summary-card {
  border: 1px solid rgba(245, 158, 11, .35);
  background: linear-gradient(145deg, rgba(120, 53, 15, .28), rgba(15, 23, 42, .68));
}
.financial-audit-cost-summary-card p {
  color: rgba(255,255,255,.68);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.financial-audit-cost-summary-card strong {
  display: block;
  margin-top: .65rem;
  color: #fcd34d;
  font-size: 1.5rem;
  font-weight: 900;
}
.financial-audit-cost-summary-card small {
  display: block;
  margin-top: .35rem;
  color: rgba(255,255,255,.48);
  font-size: .7rem;
}
