/** Shopify CDN: Minification failed

Line 34:1 Unexpected "/"

**/
.contact img {
  width: 100%;
  max-width: 530px;
  height: 100%;
  object-fit: cover;
}

.contact .form__message {
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 15px;
}

/* ***************************************************************new***************************************************************** */
.contact {
  padding: 75px 0 130px;
}

/* * ***************************************************************end new***************************************************************** */
*/ @media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
span#ContactForm {
    position: relative;
    top: -275px;
}