html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 320px) {
  .eael-contact-form {
    max-width: calc(100vw - 35px) !important;
  }
}
