.contact-form.jotform-contact-card {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0c2a36;
  box-shadow: none;
}

.jotform-contact-card iframe {
  display: block;
  width: 100%;
  min-height: 540px;
  border: 0;
  background: #0c2a36;
}

@media (max-width: 600px) {
  .contact-form.jotform-contact-card {
    border-radius: 18px;
  }

  .jotform-contact-card iframe {
    min-height: 620px;
  }
}
