/* .contact img {
  max-width: 100%;
} */

.contact__content, .contact__form {
    width: 50%;

  h3 {
    margin-top: 0;
    color: #10161c;
    font-weight: 700;
  }

  h2 {
    font-size: 28px;
    color: #10161c;
    font-weight: 700;
    margin-bottom: 10px;
  }

  p {
    color: #10161c;
  }

  .field-wrapper {
    position: relative;
  }

  .field__label, .customer .field label {
    z-index: 2;
  }

  .contact__fields {
    width: 100%;

    @media screen and (max-width: 991px) {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
  }
}

.contact .form__message {
  align-items: flex-start;
}

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

.contact .field {
  margin-bottom: 1.5rem;
}

@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;
  }
}
