.contact-offer {
  background: #fff;
  border: 1px solid var(--smidig-border);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.contact-offer h2 {
  margin-bottom: 1rem;
  color: var(--smidig-primary);
}

.contact-offer-text {
  color: var(--smidig-muted);
  margin-bottom: 1.2rem;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-offer .btn-primary {
  display: inline-block;
  margin-top: 0.5rem;
}

