.contact-form-with-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.contact-form-with-image__wrapper.right {
  flex-direction: row-reverse
}

.contact-form-with-image__wrapper .contact-form-image {
  width: 100%;
}

.contact-form-with-image__wrapper form {
  width: 100%;
}