.new-quote-button {
  margin: 0 !important;
  height: 54px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #07582d !important;
  color: #fff !important;
  font: 800 13px Manrope, sans-serif !important;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 3px 0 #04391d;
}

.new-quote-button:hover {
  background: #08733a !important;
}

.service-card.quote-only { border-left-color: #559c20; }
.quote-only-note { grid-column: 1 / -1; margin: 4px 0 0; color: #496d2a; font-size: 12px; font-weight: 700; }
