.money-section-title {
  display: block;
  background: #f6faff;
  padding: 20px 25px;
  border-radius: 15px;
  text-align: center;
  margin: 25px auto 35px;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-size: 24px;
  font-weight: 700;
  color: #004b73;
}
