/* Emphasize the complete project estimate above the payment schedule. */
.final-pricing > div:first-child {
  align-items: center;
  padding: 19px 20px;
  background: linear-gradient(135deg, #071121, #12284b);
  border-bottom-color: #071121;
  color: #fff;
}

.final-pricing > div:first-child span {
  color: #d9e5f8;
  font-weight: 800;
  letter-spacing: .01em;
}

.final-pricing > div:first-child strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}
